Alert Window
let name = "John"
if (name == "John")
alert("Hello John !!!")
Feature
This feature does ...
What are the benefits of this feature?
When you use this feature, you gain ...
When to use this feature?
Use this feature to ...
Code to display Alert Window
let name = "John"
if (name == "John")
alert("Hello John !!!")