JavaScript String Pop
let newStr = str.slice(0, str.length - 1));
Stormy Sloth
let newStr = str.slice(0, str.length - 1));