How is javascript different from java?
Answer / glibwaresoftsolutions
Feature JavaScript Java
Type Interpreted Compiled
Typing Dynamically typed Statically typed
Usage Mainly for web applications General-purpose programming language
Execution Runs in browsers (or Node.js) Runs in JVM
Is This Answer Correct ? | 0 Yes | 0 No |
How to use "join()" to create a string from an array using javascript?
Can you tell me how to send email using javascript?
Who created npm?
What is function overloading in javascript?
How to use strings as array indexes using javascript?
what is onfocus and onblur events in java script?
Which built-in method returns the character at the specified index?
Define closure.
why jsp
What is a string in javascript?
How to getting values from cookies to set widgets?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.