Basic JavaScript Syntax and Rules

preview_player
Показать описание
In this video, we are going to look at the basics of JavaScript syntax and a few core rules that you need to follow while writing JavaScript.

📖 Video Chapters
00:10 JavaScript is Case Sensitive
01:38 Naming Identifiers / Variables in JavaScript
02:55 Invalid Identifiers in JavaScript
03:30 Characters that Identifiers Can Include
04:30 General Naming Convention in JavaScript
05:42 Are Semicolons Mandatory in JavaScript

🔥🔥 FREE JavaScript Cheat Sheet 🔥🔥

▶️ Subscribe YouTube For More Tutorials▶️

------------------------------------------------------------
🤓 JavaScript Tutorials - Complete Playlist 🤓
-------------------------------------------------------------
Step by step Modern JavaScript Tutorials, simple and easy to understand:

--------------------------------------
🎶Lo-Fi Music For Programmers🎶
--------------------------------------
Checkout 👇👇👇

----------------------------------------------------
🌟 More Insightful Content 🌟
----------------------------------------------------
Рекомендации по теме
Комментарии
Автор

A POINTER: the word `name` is a reserved keyword when writing JavaScript in your browser and might throw an error, however, the examples shared and the context of the tutorial is correct. Hope you enjoy the video!

cloudaffle