1// The following variables are defined in the global scope2var x = 12, y = 25;
34// This function is defined in the global scope5functionadd(){
6return (x + y);
7}
89add(); // Returns 371011
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content