what is the extension of java script.
What is a Typed Language?
What is context in javascript?
What is the use of a form in html page? Is there any way to submit the page without using the form.
What data types are supported in Javascript?
Describe what u had done today?
How can you do a character count in javascript?
Name the types of functions.
List some features of javascript.
What are the Non-primitive data types in JavaScript?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
How do I open a website code?
What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);