cubic root javascript

JavaScript
let x = 8;
Math.cbrt(x);
// output = 2;
Source

Also in JavaScript: