Beginner's Series: Introduction to JavaScript (Node.js)
Перейти к файлу
Christopher Harrison f48024af41
Merge pull request #6 from sinedied/update-links
Update links
2020-10-06 17:28:18 -07:00
02-installing-toolkit Fix WT tags 2020-10-06 09:01:24 +02:00
03-first-application Fix WT tags 2020-10-06 09:01:24 +02:00
04-comments Scaffolded pages 2020-09-22 17:58:36 -07:00
05-variables Scaffolded pages 2020-09-22 17:58:36 -07:00
06-strings Scaffolded pages 2020-09-22 17:58:36 -07:00
07-data-types Scaffolded pages 2020-09-22 17:58:36 -07:00
08-numbers-math Scaffolded pages 2020-09-22 17:58:36 -07:00
09-errors-try-catch-finally Scaffolded pages 2020-09-22 17:58:36 -07:00
10-dates Scaffolded pages 2020-09-22 17:58:36 -07:00
11-boolean-logic Scaffolded pages 2020-09-22 17:58:36 -07:00
12-arrays Scaffolded pages 2020-09-22 17:58:36 -07:00
13-loops Scaffolded pages 2020-09-22 17:58:36 -07:00
14-functions Scaffolded pages 2020-09-22 17:58:36 -07:00
15-arrow-functions Scaffolded pages 2020-09-22 17:58:36 -07:00
16-objects-json Scaffolded pages 2020-09-22 17:58:36 -07:00
17-promises-async Scaffolded pages 2020-09-22 17:58:36 -07:00
18-packages Fix WT tags 2020-10-06 09:01:24 +02:00
.gitignore Initial commit 2020-09-17 23:17:41 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-09-17 16:17:45 -07:00
LICENSE Initial LICENSE commit 2020-09-17 16:17:46 -07:00
README.md Fix WT tags 2020-10-06 09:01:24 +02:00
SECURITY.md Initial SECURITY.md commit 2020-09-17 16:17:48 -07:00

README.md

Beginner's Series - Intro to JavaScript (Node.js)

Overview

We created a video series to aid the burgeoning developer curious about writing JavaScript for Node.js. Our goal is to help show you enough JavaScript to give you the background needed to begin working through quick starts and tutorials focused on frameworks and SDKs using JavaScript.

It is assumed you have experience with a programming language such as Python, Java or C#, and are familiar with core concepts such as boolean logic, functions and variables. We focus on the syntax, but not the theory; we show you how to perform the tasks you've done before in JavaScript.

We use Node.js as the runtime instead of the browser. While almost all of the code we use works in both locations, all demos will be executed from the console using Node.js.

Next steps

Because our goal is to help get you ready for quick starts and tutorials, here's a great collection of resources you can use to continue to build your knowledge.

You can also continue your learning journey with this series of videos about Node.js: Beginner's Series to Node.js

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.