Try out the Enviroment Live now by clicking here :
** https://editor.gunzip.repl.co **
-"Why use vs code when we have gunzip - DUMP GATES" -"Just look the features not where it is made - idk"
var space= " "
var player = "@"
function move(){
player = space + player
}
setInterval(move,1000) //Do the function ever 1 second : 1 second = 1000 milisecond :>