Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript Function Hoisting

// program to print the text
greet();

function greet() {
    console.log('Hi, there.');
}
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #javascript #Function #Hoisting
ADD COMMENT
Topic
Name
2+6 =