Getting Started
these and other tutorals are made via w3schools and documentation. JavaScript script is the most common programming language used in web development. This tutorial will go over how to write programs in JavaScript then how to incorporate it into HTML to decrease confusion.
Examples
In many of the Sections of this tutorial, you will see examples of JavaScript code. These are custom embeds from OnlineGDB, if you want to try to change something just press the fork button.
Setup
This JavaScript tutorial will go over and use the NodeJS version of JavaScript.
- Go to the NodeJS website: https://nodejs.org/en/download/
- Download the LTS version for your operating system
- Run the installer and follow the prompts
- Open a terminal or command prompt and type
node -vto verify the installation
JavaScript Alternatives
Due to JavaScript's loose syntax, developers often use alternatives like TypeScript or CoffeeScript to enforce stricter typing and improve code maintainability. those alternatives offer enhanced features and better tooling support. currently the TypeScript and CoffeeScript tutorals are currently not made yet so hang on tight