JSFiddle - React, Tailwind, and code Playground
by Frank Liu
JavaScript
let a = true;
let b = !a;
let c = [1, 3];
var myArray = [1,2,10,30,100];
myArray.name='数组';
for(let index of myArray){
console.log(index);
}
by Frank Liu
let a = true;
let b = !a;
let c = [1, 3];
var myArray = [1,2,10,30,100];
myArray.name='数组';
for(let index of myArray){
console.log(index);
}