JavaScript 5
JavaScript Syntax
JS follows a set of rules called syntax. JavaScript syntax should be followed to create correctly-constructed programs.
Variable Declaration
In maths, we use variables to hold values. It works the same way in JS, a value can be assi...
arizoncodes.hashnode.dev1 min read