Web-Project icon indicating copy to clipboard operation
Web-Project copied to clipboard

前端练手小项目

Results 7 Web-Project issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies needed to be updated together. Updates `shell-quote` from 1.6.1 to 1.7.3 Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3....

dependencies

请问轮播图JS代码中 for(var i = 0; i < 4; i++){ (function (j) { li[j].addEventListener('click',function () { clearInterval(timer); index = j; moveTo(index); timer = setInterval(disPlay,2000); }) }(i)) } 应该如何理解呢?j是如何来的,以及“(i)”的意义是什么呢?

`function selectSort(arr) { var len = arr.length; for(let i = 0 ;i < len - 1; i++) { for(let j = i ; j

如果var a=b=3相当于**var a**;b=3; 那在函数里打印a,也应当是not defined; 但此处打印结果是3; 所以我理解的代码应该等同于**var a=b**;b=3

npm install 失败 ![image](https://github.com/user-attachments/assets/c0f61679-56e8-4dcd-85d4-c55a2ddb5bac)