// your code goes hereconst obj={1:"a",2:"b",3:"c",4:"d"};let text="";for(let x in obj) {text += obj[x] }console.log(text)
Standard input is empty
abcd
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!