Smartmind
.global
What is the purpose of the following function: function add(a, b) { return a + b; } in JavaScript?
Creates a new object
Manipulates the DOM
Compares two strings
Adds two numbers and returns the result
Information Technology (IT) Exercises are loading ...