pass keyword in javascript
// leave it blank there is no pass keyword ie. blank space means PASS
                                
                            pass keyword in javascript
// leave it blank there is no pass keyword ie. blank space means PASS
                                
                            javascript pass function as parameter
//passing a function as param and calling that function
function goToWork(myCallBackFunction) {
    //do some work here
    myCallBackFunction();
}
function refreshPage() {
    alert("I should be refreshing the page");
}
goToWork(refreshPage);
                                
                            Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us