var str = "hello word"; console.log(str[0]); // h
var str = "hello word"; console.log(str[str.length - 1]); // d