Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSBin: How to get ES6/Babel tab?

I am learning JavaScript. I am using online editor Jsbin to run javascript. I want to use ES6 with Babel. I have seen some of the tutorials or JSBins which has babel tab in the editor. Please refer the screenshot for more detail. I am not able to figure out how do we get this ES6/Babel tab in JSbin. Can anyone please help me on this? Thanks.

Screenshot

like image 986
Hitesh Kumar Avatar asked Feb 07 '17 06:02

Hitesh Kumar


1 Answers

In the Javascript pane, click the "Javascript" dropdown in the top left and change to "ES6/Babel":

Screenshot

like image 76
GregL Avatar answered Oct 17 '22 22:10

GregL