Untitled

 avatar
unknown
javascript
10 months ago
116 B
15
Indexable
function test(){
    let mesaj="Selam";
    console.log(mesaj);
}

test();


console.log(mesaj); //bozuk

Editor is loading...
Leave a Comment