Javascript

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

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 primarily known for making web pages interactive.

2
New cards

Fill in the Blank: In JavaScript, variables are declared using _____, _____, or _____.

var, let, const.

3
New cards

What are the primary data types in JavaScript?

String, Number, Boolean, Object, Array.

4
New cards
5
New cards

What is Visual Studio Code (VSCode)?

VSCode is a source-code editor developed by Microsoft for Windows, Linux, and macOS, featuring support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.