giving alert in javascript

Solutions on MaxInterview for giving alert in javascript by the best coders in the world

showing results for - "giving alert in javascript"
Joaquín
22 Feb 2017
1<!DOCTYPE html>
2<html>
3<body>
4
5<h2>Biggnars platform</h2>
6
7<script>
8window.alert("My known programming languages are python,c# and java");
9</script>
10
11</body>
12</html> 
13
similar questions
types of html alerts