#2articles1week
Read more stories on Hashnode
Articles with this tag
Accessing Children of an Element · What are Children? In the DOM tree, an element can have zero or more children. A child is an element that is directly...
Walking the DOM · What is the DOM? The Document Object Model, or DOM for short, is a programming interface that represents web pages as a tree-like...
Exercise 2 · Use javascript to create a game of snake, water and gun. The game should ask you to enter S, W or G. The computer should be able to randomly...
Write a program using prompt function to take input of age as a value from the user and use alert to tell him if he can drive! In Q1 use confirm to...
DOM, BOM & Window Object · We have the following when javascript runs in a browser Browser DOM BOM Javascript core windows objects represent browser...
JavaScript alert, prompt & confirm · Interaction: alert, prompt and confirm alert: Used to invoke a mini window with a message alert ("Hello") prompt:...