Default Exports and Imports

Run Settings
LanguageJavaScript
Language Version
Run Command
export default calss Animal{ constructor(){ console.log("I am animal"); } getClassType(){return "Animal";} }
// import Animal from './Animal'; var animal=new Animal(); cosnole.log(animal.getClassType());
Editor Settings
Theme
Key bindings
Full width
Lines