Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js function examples

//This is it!
function idk() {
	alert('This is an alert!')
}
//call the function to make the function run by saying "Name of function + ()"
idk()
 
PREVIOUS NEXT
Tagged: #js #function #examples
ADD COMMENT
Topic
Name
2+3 =