Function and Arguments in JavaScript

Function and Arguments in JavaScript

( ) This bracket means the function In JavaScript after a word ( ) we called function Example: aleart(); Example: prompt(); And Note: Inside of the bracket that called arguments Example: aleart("Hi, Hera"); // The word Hi, Hera inside the bracket called arguments

Comments