functions js explained easly code example Example: define function in javascript /* Declare function */ function myFunc(param) { // Statements }