Answers for "how to get value from outside and store the variable inside script tag in next.js"

33

javascript define global variable

window.myGlobalVariable = "I am totally a global Var"; //define a global variable
var myOtherGlobalVariable="I too am global as long as I'm outside a function";
Posted by: Guest on August-02-2019

Code answers related to "how to get value from outside and store the variable inside script tag in next.js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language