SyntaxFix
Write A Post
Hire A Developer
Questions
this seems to be the simplified version
Array.from('abc').map((each)=>each.charCodeAt(0).toString(2)).join(" ")