Skip to content

Commit

Permalink
Added comment in call back function file
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav164 committed Apr 6, 2024
1 parent 1399a12 commit 62d41ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/29_callbackFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ function fun2() {
console.log('Inside fun 2');
}

fun1(fun2)
fun1(fun2)

//callback function is a function which is being passed as parameter to
//another function

0 comments on commit 62d41ca

Please sign in to comment.