JSFiddle - React, Tailwind, and code Playground

by watsuyo_2

HTML

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

JavaScript

// 3つの値を持つ配列
const array = ["a", true, 3847];

console.log(array);