[JavaScript] String nach Int parsen

// Int
let i = parseInt("-1.4");
console.log(i);