Javascript code is throwing undefined
Please refer this Code:
Please refer this Code:
Code:
function sample(){
console.log(test);
var testl
}
Javascript code is throwing undefined
Please refer this Code: Code: function sample(){
The code is throwing an undefined error because the variable "test" is not defined.
(This post was last modified: 11-04-2023, 12:38 PM by mohan.)
|