Blogger Information
Blog 10
fans 0
comment 0
visits 3566
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
js作业 之数据类型 数据类型函数使用
失忆孤独患者
Original
409 people have browsed it

这是关于三个数据类型的基本运用以及函数
在使用函数的时候应该注意作用域
箭头函数的this 以及 立即执行函数的运用
var string = ‘你好’
console.log(string);
let boolean = true
const number = 123
var nul_l;
(function jail(a, b) {
console.log(a + b);
})
(number, 2)
var kalium = (a, b) => {
console.log(a + b)
}
var zilch = 字符串引用
console.log(${zilch});

" class="reference-link">
Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post