Try it
Javascript
Jquery
Angular
Learn Angular
Learn Javascript
Learn Bootstrap
Learn jQuery
VoidOperator-1
VoidOperator
operator return
undefined
after evaluating it.
<!DOCTYPE html> <html> <head> <title>Welcome to LearnKode - A code learning platform</title> </head> <body> <p>Click the following, This won't react at all...</p> <a href="javascript:void(alert('Warning!!!'))">Click me!</a> </body> </html>
Output
×
Save This try
Title
Description
<p><code>VoidOperator</code> operator return <code>undefined</code> after evaluating it.</p>