1/4
Flashcards covering the definition and purpose of JavaScript.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is JavaScript?
A high-level, dynamic, untyped, and interpreted programming language standardized in the ECMAScript language specification.
What is the purpose of JavaScript?
Enhance interactivity on web pages, dynamically update/manipulate content, handle event-driven instructions, and provide better UI/UX than basic HTML and CSS.
purpose of Javascript
an alternative to server side programming- servers can become overloaded and is gives client processing a quicker reaction time
Javascript variables
dont use var instead use const and let to declare variables for better scope control.