JSFiddle - React, Tailwind, and code Playground

by Jowed

JavaScript

const classes = [];

const test = class Test{
	hello;
	constructor(){
  	this.hello = "hello";
  }
}

console.log(test)