var a = 3;console.log(typeof a); // number var b = "Hello";console.log(typeof b); // string var c = {};console.log(typeof c); // object
var a = 3;
console.log(typeof a); // number
var b = "Hello";
console.log(typeof b); // string
var c = {};
console.log(typeof c); // object
https://icons.getbootstrap.com/
沒有留言:
張貼留言