UpKoding-Challenge--hilangkan-huruf-pertama-setiap

Run Settings
LanguageJavaScript
Language Version
Run Command
function removeFirstCharEachWord(str) { return str.split(' ').map((word)=>{ return word.substring(1) }).join(' ') } console.log(removeFirstCharEachWord('Apa Kabar Dunia?'))
Editor Settings
Theme
Key bindings
Full width
Lines