GUVI
Back

check error

Created 2 years ago
24 Views
1 Comments
PADMAPRIYAQtOU7S
@PADMAPRIYAQtOU7S
PADMAPRIYAQtOU7S
@PADMAPRIYAQtOU7SProfile is locked. Login

// Getting input via STDIN

const readline = require("readline");

const inp = readline.createInterface({

input: process.stdin

});

const userInput = [];

inp.on("line", (data) => {

userInput.push(data);

});

inp.on("close", () => {

//start-here

//Your code goes ushere … replace the below line with your code logic

var a=userinput[0].split('')

var str=userinput[0];

for{var i=0;i<str.length;i++}

{console.log(str[i]);

}

Comments
Please login to comment.
 
Powered by habitate.io Habitate