Untitled
unknown
javascript
9 months ago
116 B
14
Indexable
function test(){
let mesaj="Selam";
console.log(mesaj);
}
test();
console.log(mesaj); //bozuk
Editor is loading...
Leave a Comment
function test(){
let mesaj="Selam";
console.log(mesaj);
}
test();
console.log(mesaj); //bozuk