+ 1
How and where is 'alert' function from the tutorials is defined??
3 Answers
+ 2
alert() function is an inbuilt javascript function. Like a core function built into javascript by default. Just like how Math object with it's method are built in to ease Mathematical opeartions with indices, logarithm etc
+ 2
And if you don't understand what it really does, just try it out in the Playground!
0
thanks