JavaScript, often abbreviated as JS, is a high-level, interpreted programming language. It is a language which is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.
Variables
No need to give data types to the variables.result:
Function
a set of statements that performs a task or calculates a value. To use a function, you must define it somewhere in the scope from which you wish to call it.
result
Comments
Post a Comment