Answers for "what is js"

8

what is javascript used for

//Javascript is used to make HTML websites more interactive
Posted by: Guest on May-19-2020
0

what is javascript

Javascript is object oriented programing language.Javascript is both side clent side server side
Posted by: Guest on April-13-2021
0

... javascript

/* Spread syntax ( ex. ...arrayName) allows an iterable such as an array expression or string 
to be expanded in places where zero or more arguments (for function calls) 
elements (for array literals) are expected, or an object expression to be 
expanded in places where zero or more key-value pairs (for object literals) 
are expected. */


//example
function sum(x, y, z) {
  return x + y + z;
}
Posted by: Guest on May-10-2020
3

what is js

js is short for javascript

Your welcome :)
Posted by: Guest on March-23-2021
1

what is javascript

JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
Posted by: Guest on July-10-2021
-1

what is js

JS is th short form of Javascript.
It is used to make a website functionable.It is the heart of a website!
  Javascript contains many functions like:
◻ document.getElementById(id).innerHTML = a new html text
Posted by: Guest on July-17-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language