From 2636d0fbcf591c2745cf9dd6e4659ecf58bf7671 Mon Sep 17 00:00:00 2001 From: estelledc Date: Sun, 17 Nov 2024 09:56:30 +0800 Subject: [PATCH] Site updated: 2024-11-17 09:56:30 --- 2024/11/14/JS-node-js-study-plan/index.html | 2 +- 2024/11/14/end before and begin now/index.html | 2 +- 2024/11/14/hello-world/index.html | 2 +- 2024/11/15/the-1-day-for-JS/index.html | 2 +- Contact/index.html | 2 +- about/index.html | 2 +- archives/2024/11/index.html | 2 +- archives/2024/index.html | 2 +- archives/index.html | 2 +- index.html | 2 +- tags/JS/index.html | 2 +- tags/node-js/index.html | 2 +- tags/plan/index.html | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/2024/11/14/JS-node-js-study-plan/index.html b/2024/11/14/JS-node-js-study-plan/index.html index d474c30..2bd4f4a 100644 --- a/2024/11/14/JS-node-js-study-plan/index.html +++ b/2024/11/14/JS-node-js-study-plan/index.html @@ -1,4 +1,4 @@ -JS&node.js_study_plan_2weeks | Xun

JS&node.js_study_plan_2weeks

Table of Contents
  1. 1. Sum
  2. 2. create by ChatGPT
    1. 2.1. Week 1: JavaScript Basics
      1. 2.1.1. Day 1: Introduction to JavaScript
      2. 2.1.2. Day 2: Control Structures & Functions
      3. 2.1.3. Day 3: Arrays & Objects
      4. 2.1.4. Day 4: Understanding Scope & Closures
      5. 2.1.5. Day 5: Asynchronous JavaScript (Part 1)
      6. 2.1.6. Day 6: Asynchronous JavaScript (Part 2)
      7. 2.1.7. Day 7: Review & Practice
    2. 2.2. Week 2: Introduction to Node.js
      1. 2.2.1. Day 8: Introduction to Node.js
      2. 2.2.2. Day 9: Working with the File System
      3. 2.2.3. Day 10: HTTP Module & Building a Basic Server
      4. 2.2.4. Day 11: Introduction to Express.js
      5. 2.2.5. Day 12: Working with APIs & JSON
      6. 2.2.6. Day 13: Databases with Node.js
      7. 2.2.7. Day 14: Review & Build a Simple Project
    3. 2.3. General Tips:

Sum

1.JavaScript 教程 - 网道 (wangdoc.com)

+JS&node.js_study_plan_2weeks | Xun

JS&node.js_study_plan_2weeks

Table of Contents
  1. 1. Sum
  2. 2. create by ChatGPT
    1. 2.1. Week 1: JavaScript Basics
      1. 2.1.1. Day 1: Introduction to JavaScript
      2. 2.1.2. Day 2: Control Structures & Functions
      3. 2.1.3. Day 3: Arrays & Objects
      4. 2.1.4. Day 4: Understanding Scope & Closures
      5. 2.1.5. Day 5: Asynchronous JavaScript (Part 1)
      6. 2.1.6. Day 6: Asynchronous JavaScript (Part 2)
      7. 2.1.7. Day 7: Review & Practice
    2. 2.2. Week 2: Introduction to Node.js
      1. 2.2.1. Day 8: Introduction to Node.js
      2. 2.2.2. Day 9: Working with the File System
      3. 2.2.3. Day 10: HTTP Module & Building a Basic Server
      4. 2.2.4. Day 11: Introduction to Express.js
      5. 2.2.5. Day 12: Working with APIs & JSON
      6. 2.2.6. Day 13: Databases with Node.js
      7. 2.2.7. Day 14: Review & Build a Simple Project
    3. 2.3. General Tips:

Sum

1.JavaScript 教程 - 网道 (wangdoc.com)

2.Node.js 教程 | 菜鸟教程 (runoob.com)

create by ChatGPT

Here’s a 2-week study plan to learn the basics of JavaScript and Node.js. This plan assumes you’re starting from scratch and want a solid foundation in both front-end JavaScript (which is the core language) and back-end Node.js (which builds on JavaScript for server-side development).

Week 1: JavaScript Basics

In the first week, you’ll focus on learning the core concepts of JavaScript, which is essential before moving to Node.js.

diff --git a/2024/11/14/end before and begin now/index.html b/2024/11/14/end before and begin now/index.html index 5ee508a..d3e8696 100644 --- a/2024/11/14/end before and begin now/index.html +++ b/2024/11/14/end before and begin now/index.html @@ -1,4 +1,4 @@ -end before and begin now | Xun

end before and begin now

Table of Contents
  1. 1. Foreword
  2. 2. Difficulty

Foreword

After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others.

+end before and begin now | Xun

end before and begin now

Table of Contents
  1. 1. Foreword
  2. 2. Difficulty

Foreword

After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others.

Difficulty

I spent most of my 2-hours-time on my “About” page.

But I finally succeeded half.

P.S. The update in windows made me suffer many privations because of the Set-ExecutionPolicy RemoteSigned

diff --git a/2024/11/14/hello-world/index.html b/2024/11/14/hello-world/index.html index 473c2cb..084a11f 100644 --- a/2024/11/14/hello-world/index.html +++ b/2024/11/14/hello-world/index.html @@ -1,4 +1,4 @@ -Hello World | Xun

Hello World

Table of Contents
  1. 1. Quick Start
    1. 1.1. Create a new post
    2. 1.2. Run server
    3. 1.3. Generate static files
    4. 1.4. Deploy to remote sites

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

+Hello World | Xun

Hello World

Table of Contents
  1. 1. Quick Start
    1. 1.1. Create a new post
    2. 1.2. Run server
    3. 1.3. Generate static files
    4. 1.4. Deploy to remote sites

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

diff --git a/2024/11/15/the-1-day-for-JS/index.html b/2024/11/15/the-1-day-for-JS/index.html index 96d461a..9fd5440 100644 --- a/2024/11/15/the-1-day-for-JS/index.html +++ b/2024/11/15/the-1-day-for-JS/index.html @@ -1,4 +1,4 @@ -the 1 day for JS | Xun

the 1 day for JS

Table of Contents
  1. 1. Basic but vague
    1. 1.1. 1.typeof null
    2. 1.2. 2.”==” & “===”
    3. 1.3. 3.typeof NaN
    4. 1.4. 4.String concatenation of the + operator
    5. 1.5. 5.”undefined” & “null”
    6. 1.6. 6.NaN === NaN ?
    7. 1.7. 7.boolean about “0” & “ “
  2. 2. Challenge

Basic but vague

1.typeof null

+the 1 day for JS | Xun

the 1 day for JS

Table of Contents
  1. 1. Basic but vague
    1. 1.1. 1.typeof null
    2. 1.2. 2.”==” & “===”
    3. 1.3. 3.typeof NaN
    4. 1.4. 4.String concatenation of the + operator
    5. 1.5. 5.”undefined” & “null”
    6. 1.6. 6.NaN === NaN ?
    7. 1.7. 7.boolean about “0” & “ “
  2. 2. Challenge

Basic but vague

1.typeof null

object

This is a legacy issue, null is not actually an object.

diff --git a/Contact/index.html b/Contact/index.html index 944d082..7bb6d67 100644 --- a/Contact/index.html +++ b/Contact/index.html @@ -1,4 +1,4 @@ -Contact | Xun
Seek Water

Contact

email:

contact@estellezx.me

+Contact | Xun
Seek Water
\ No newline at end of file diff --git a/archives/2024/index.html b/archives/2024/index.html index 3a8a673..4ef3717 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -1,4 +1,4 @@ -archive | Xun
Seek Water
\ No newline at end of file diff --git a/archives/index.html b/archives/index.html index 3a8a673..4ef3717 100644 --- a/archives/index.html +++ b/archives/index.html @@ -1,4 +1,4 @@ -archive | Xun
Seek Water
\ No newline at end of file diff --git a/index.html b/index.html index 4003603..7c9ee4d 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -Xun | Seek Water
Seek Water
the 1 day for JS
some basic but vague question and a challenge I have experienced during today's study
JS&node.js_study_plan_2weeks
I use ChatGPT to create a plan for me
end before and begin now

Foreword

After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others.

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

\ No newline at end of file diff --git a/tags/JS/index.html b/tags/JS/index.html index 2a36531..85474fa 100644 --- a/tags/JS/index.html +++ b/tags/JS/index.html @@ -1,4 +1,4 @@ -JS | Xun
Seek Water
\ No newline at end of file diff --git a/tags/node-js/index.html b/tags/node-js/index.html index fd7e415..5afa3b4 100644 --- a/tags/node-js/index.html +++ b/tags/node-js/index.html @@ -1,4 +1,4 @@ -node.js | Xun
Seek Water
\ No newline at end of file diff --git a/tags/plan/index.html b/tags/plan/index.html index 045b8a6..618640b 100644 --- a/tags/plan/index.html +++ b/tags/plan/index.html @@ -1,4 +1,4 @@ -plan | Xun
Seek Water
\ No newline at end of file