Javascript Basics

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

Flashcards covering the definition and purpose of JavaScript.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

What is JavaScript?

A high-level, dynamic, untyped, and interpreted programming language standardized in the ECMAScript language specification.

2
New cards

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.

3
New cards

purpose of Javascript

an alternative to server side programming- servers can become overloaded and is gives client processing a quicker reaction time

4
New cards

Javascript variables

dont use var instead use const and let to declare variables for better scope control.

5
New cards