JavaScript
Basic tasks
introduction
In late 1995, Netscape supervised a project to create a Script Language so that this language could implement some regular programming language commands in terms of providing commands to control the path of programs and the possibility of performing some calculations. Netscape called this language Live Script.
During this period, the Java language was one of the first languages that faced great interest for programming pages on the Internet. Therefore, Netscape and Sun microsystem agreed to name the new language after Script University instead of Livescape, and for marketing reasons related to the strong spread of the Java language and despite the similarity. Names of names between the Java language and the Gap Script language, but the Java language is very different from the JavaScript language, as the Java language is considered a stand-alone programming language, but the JavaScript language can only work inside a web browser, so the JavaScript language is a draft language, and in general, the draft language is It is a language that provides us with commands. It is similar to many real programming languages, such as C and Java, but it differs from them in that it cannot execute programs independently, as its commands must be executed within another program, such as a web browser. Also, the draft language is considered much easier than the programming language. Real programming is faster to learn. This blog deals with the introduction to learning the basics of the JavaScript language, as it is suitable for the intermediate and beginner level of the reader. We have seen in the presentation of the topics in this
The blog is easy and focuses on the basics of the language. To follow with us, you will not need a background other than the computer operating system, dealing with files, and some information about the language, which is the basis for dealing with web pages.