Description
- Animated graphics
- Interactive maps
- Scrolling video jukeboxes
- Data entry on forms
- Dynamic styling
- Autocomplete text suggestions
JavaScript is a common scripting language used in web development. It’s an interpreted language, which means it doesn’t require a compiler to translate code into machine language before execution. Instead, it requires a runtime environment to read, interpret, and execute the script.
-
Syntax
JavaScript’s syntax is based on the Java and C languages.
-
Object-oriented programming
JavaScript supports object-oriented programming with classes and object prototypes.
-
Functional programming
JavaScript supports functional programming because functions can be created via expressions and passed around like other objects.
-
Numbers
JavaScript has only one type of number, which is stored as a double precision floating point number.
-
CookiesJavaScript can be used to create, read, and delete cookies to improve users’ web browsing experience.




Reviews
There are no reviews yet.