Javascript for beginners

Javascript for beginners

ยท

2 min read

Let's start learning JavaScript with each other I will explain the basics of the wonderful programming language (JavaScript), and the level of these lessons will be for beginners as an introduction to the language. The definition of JavaScript is Object-based Scripting Language, which is not Java but an entirely different language used to process and manipulate objects linked to Web pages. The history of JavaScript, which would later be codenamed JS, began with Netscape developing the LiveScript programming language, which later changed its name to JavaScript after Netscape collaborated with Sun Microsystems to develop the language.

- Remember JavaScript is not Java In the following table, we will explain the differences between the Java language and the JavaScript language. In order to establish the idea, you have a table describing the differences between the Java language and the JavaSc language. ,#JavaScript 1-An Interpreted Language 2-Required only editor

#Java 1-A Compiled Language 2- Required JDK and JVM

First, Syntax language structure: JS is a very easy language with a syntax that is easy to understand and memorize with practice. What we will cover in the next lesson will be variables

1-Variables. 2-Operations. 3-Conditions(if.....else& switch case ) 4-loops

js.coderslang.com

#javascript