Return to Snippet

Revision: 79356
at December 24, 2019 16:39 by priyagchaudhary


Initial Code
<!DOCTYPE html>
<html>
<body>

<h2>What Can JavaScript Do?</h2>

<p id="demo">JavaScript can change HTML content.</p>

<button type="button" onclick='document.getElementById("demo").innerHTML = "Hello JavaScript!"'>Click Me!</button>

</body>
</html>

Initial URL
https://www.interviewqueries.com/javascript/

Initial Description
JavaScript is a client-side as well as server side scripting language that can be inserted into HTML pages and is understood by web browsers. JavaScript is also an Object based Programming language.
Example
Note: This is an example, you can change according to your self ,

Initial Title
Read Javascript questions for interview with example

Initial Tags
javascript

Initial Language
JavaScript