Web icon indicating copy to clipboard operation
Web copied to clipboard

千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。

Results 73 Web issues
Sort by recently updated
recently updated
newest added

【纠正错别字】 图片、音频等等,成为超文本→称为超文本

[04-JavaScript基础]/09-数据类型转换.md ![截屏2022-06-21 11 09 05](https://user-images.githubusercontent.com/64206623/174708461-f40d1c04-8a55-47ad-b898-0bad0ef102e6.jpg)

1、gcc、clang 是编译工具,而不是什么编辑工具; 2、ESLint、TSLint 是语法规则和代码风格的检查工具,而不是什么编译工具。 位置:VS Code的使用 -> VS Code 的安装

首先给作者点赞,感谢分享,里面提到了很多干货,可以作为一份非常不错的学习资料和大纲。 下面是简单补充的一些内容: ## developer-roadmap - [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) ## 社区 - [dev.to](https://dev.to/) - [medium](https://medium.com/) ## 开源电子书及工具推荐 - [开源电子书推荐](https://github.com/funnycoderstar/blog/issues/161) - [好用的工具推荐 ](https://github.com/funnycoderstar/blog/issues/139)

在章节:02-CSS基础/03-CSS样式表和选择器 看到如下图的文字错误。 ![image](https://user-images.githubusercontent.com/1681441/167253480-eaa28ce8-6ba1-4c55-abb1-ef4fe262561b.png)

`new Promise((resolve, reject) => { ajax('a.json', (res) => { console.log(res); resolve();//其中resolve(),应该改为resolve(res)?要不然then的res为undefined }); }) .then((res) => { console.log('a成功'); return new Promise((resolve, reject) => { ajax('b.json', (res) => { console.log(res); resolve(); });...

小数及后续时间日期类型及字符串类型缺失,建议补全。 可参考此链接(https://blog.csdn.net/qq_45173404/article/details/115712758)