LearnVern Community
Global variable window object
Javascript
dokeprathamesh07
January 24, 2022, 2:14pm
#1
<script type="text/javascript> function dad() { var eat = "this is the intenal var"; document.write(window.eat); } document.write("
"); dad();
sir why it is showing undefined output.