You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02-installing-toolkit/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
To start writing JavaScript on [Node.js](https://nodejs.org/) you will need a couple of tools. In particular, you'll need the Node.js runtime and a code editor.
4
4
5
-
-[Visual Studio Code](https://code.visualstudio.com?WT.mc_id=beginner-ch9-cxa)
6
-
-[Set up your Node.js development environment directly on Windows](https://docs.microsoft.com/windows/nodejs/setup-on-windows?WT.mc_id=beginner-ch9-cxa)
7
-
-[Set up your Node.js development environment with WSL 2](https://docs.microsoft.com/windows/nodejs/setup-on-wsl2?WT.mc_id=beginner-ch9-cxa)
5
+
-[Visual Studio Code](https://code.visualstudio.com?WT.mc_id=beginner-ch9-niner)
6
+
-[Set up your Node.js development environment directly on Windows](https://docs.microsoft.com/windows/nodejs/setup-on-windows?WT.mc_id=beginner-ch9-niner)
7
+
-[Set up your Node.js development environment with WSL 2](https://docs.microsoft.com/windows/nodejs/setup-on-wsl2?WT.mc_id=beginner-ch9-niner)
8
8
-[Node Version Manager for Linux, macOS or WSL](https://github.com/nvm-sh/nvm/blob/master/README.md)
9
9
-[Node Version Manager for Windows](https://github.com/coreybutler/nvm-windows)
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ We use Node.js as the runtime instead of the browser. While almost all of the co
12
12
13
13
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.
14
14
15
-
-[Build JavaScript applications with Node.js](https://docs.microsoft.com/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=beginner-ch9-cxa)
16
-
-[Quickstart: Use the Text Analytics client library](https://docs.microsoft.com/azure/cognitive-services/text-analytics/quickstarts/text-analytics-sdk?tabs=version-3&pivots=programming-language-javascript&WT.mc_id=beginner-ch9-cxa)
17
-
-[Quickstart: Create an image classification project with the Custom Vision client library](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/quickstarts/image-classification?pivots=programming-language-javascript&WT.mc_id=beginner-ch9-cxa)
18
-
-[Create a bot with the Bot Framework SDK for JavaScript](https://docs.microsoft.com/azure/bot-service/javascript/bot-builder-javascript-quickstart?view=azure-bot-service-4.0&WT.mc_id=beginner-ch9-cxa)
15
+
-[Build JavaScript applications with Node.js](https://docs.microsoft.com/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=beginner-ch9-niner)
16
+
-[Quickstart: Use the Text Analytics client library](https://docs.microsoft.com/azure/cognitive-services/text-analytics/quickstarts/text-analytics-sdk?tabs=version-3&pivots=programming-language-javascript&WT.mc_id=beginner-ch9-niner)
17
+
-[Quickstart: Create an image classification project with the Custom Vision client library](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/quickstarts/image-classification?pivots=programming-language-javascript&WT.mc_id=beginner-ch9-niner)
18
+
-[Create a bot with the Bot Framework SDK for JavaScript](https://docs.microsoft.com/azure/bot-service/javascript/bot-builder-javascript-quickstart?view=azure-bot-service-4.0&WT.mc_id=beginner-ch9-niner)
19
19
20
20
You can also continue your learning journey with this series of videos about Node.js: [Beginner's Series to Node.js](https://aka.ms/NodeBeginnerSeries)
0 commit comments