you have pressed key
times / Key:
Typing Board
HERE goes converted text:
a
b
c
Paste your custom code here:
class Car { // Create a class constructor(brand) { // Class constructor this.carname = brand; // Class body/properties } } mycar = new Car("Ford");
Press Load Text and start typing...
Load Text to typing board