What are primitive data types?
Primitive Data Types in JS are:
Primitive Data Types are Immutable
What is the difference between a parameter and an argument?
A parameter is a way to declare a variable passed inside your function. It is also an alias for the argument.
An argument is the actual value.
What is the difference between Declarative programming and Imperative Programming?
Declarative programming is a programming paradigm that expresses the logic of a computation without describing its control flow.