JSFiddle - React, Tailwind, and code Playground

by watsuyo_2

HTML

<script src="https://rawgithub.com/tweeeety/logFiddle/master/execLogFiddle.js"></script>

JavaScript

let Person = function (name, age) {
  this.name = name
  this.age = age
}
var person = new Person('Taro', 24);
console.log(person);

// add Resource https://rawgithub.com/tweeeety/logFiddle/master/execLogFiddle.js