I am new, I would like to use JSBin for working the console log next to my code would be great!.
let x = 5;
var y = 10;
console window:
x is undefined
y=10
I would like to use all ES6 in my Javascript. I tried the babel/ES6 but this doesn't work either? What up JSBin??? Sorry for my newbie question.