React

by swapanil

HTML

<div id='answer'></div>

React

let entry = prompt("Enter your name")

let entryArray = entry.split('')

console.log(entryArray)