1 xweb前端开发中级题库
时间: 2023-08-31 13:19:13 浏览: 191
web前端开发的题库1.pdf
很高兴为您解答关于xweb前端开发中级题库的问题!以下是一些题目供您参考:
1. HTML、CSS、JavaScript分别是什么?它们之间有什么关系?
2. 请解释下面代码的输出结果:
```
console.log(1 + "2" + "2");
console.log(1 + +"2" + "2");
console.log(1 + -"1" + "2");
console.log(+"1" + "1" + "2");
```
3. 请解释下面代码的输出结果:
```
for (var i = 0; i < 5; i++) {
setTimeout(function() { console.log(i); }, i * 1000 );
}
```
4. 请使用CSS实现一个三角形。
5. 请使用JavaScript实现一个数组去重。
6. 请简述什么是闭包。
7. 请使用jQuery实现一个点击按钮弹出提示框的功能。
希望以上题目能够对您有所帮助!如果您有其他问题,欢迎继续提出。
阅读全文