1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is JavaScript?
A high-level, dynamic, untyped, and interpreted programming language primarily known for making web pages interactive.
Fill in the Blank: In JavaScript, variables are declared using _____, _____, or _____.
var, let, const.
What are the primary data types in JavaScript?
String, Number, Boolean, Object, Array.
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.