Report Bug
Qus :

Read the following script what is 'function' in this code:

function myFunction(){ alert("you have successfully defined the function!");}

Qus

निम्नलिखित स्क्रिप्ट पढ़ें, इस कोड में 'फ़ंक्शन' क्या है

function myFunction(){ alert("you have successfully defined the function!");}


A. keyword
B. Identifier
C. Operator
D. None of these


Solution
A. keyword






Report Bug