freecodecamp.cn icon indicating copy to clipboard operation
freecodecamp.cn copied to clipboard

FCC China open source codebase and curriculum. Learn to code and help nonprofits.

Results 122 freecodecamp.cn issues
Sort by recently updated
recently updated
newest added

## FreeCodeCamp Pull Request template Please, go through these steps before you submit a PR. 1. Make sure that your PR is not a duplicate. 2. If not, then make...

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

Bumps [helmet-csp](https://github.com/helmetjs/helmet) from 1.2.2 to 3.1.0. Changelog Sourced from helmet-csp's changelog. 3.1.0 - 2016-11-03 Added csp now allows frame-src directive 3.0.0 - 2016-10-28 Changed csp will check your directives for...

dependencies

Bumps [loopback-connector-mongodb](https://github.com/strongloop/loopback-connector-mongodb) from 1.13.0 to 5.3.0. Changelog Sourced from loopback-connector-mongodb's changelog. 2020-07-10, Version 5.3.0 fix: sanitize extra dollar signs for operators (Agnes Lin) fix: fix (Agnes Lin) fix: allow arrays...

dependencies

## 注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题 ## 注意:请不要乱开无意义的 Issue,违者直接加黑名单 ## 注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在[gitter 讨论组](https://gitter.im/FreeCodeCamp/chinese) 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: ___**freeCodeCamp**___ 注意大小写) #### FreeCodeCamp.cn Issue 模板 如何使用本模板: * 尽可能多填些相关信息,方便管理员参考...

Challenge [Increment a Number with JavaScript](https://www.freecodecamp.cn/challenges/increment-a-number-with-javascript#?solution=var%20myVar%20%3D%2087%3B%0A%0A%2F%2F%20%E8%AF%B7%E5%8F%AA%E4%BF%AE%E6%94%B9%E8%BF%99%E6%9D%A1%E6%B3%A8%E9%87%8A%E4%BB%A5%E4%B8%8B%E7%9A%84%E4%BB%A3%E7%A0%81%0AmyVar%20%3D%20%2B%2BmyVar%3B%0A) has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36. Please describe how to reproduce this...

Challenge [Stand in Line](https://fcc.authing.cn/challenges/stand-in-line) has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36. Please describe how to reproduce this issue, and...

// 举例 function ourFunction(ourMin, ourMax) { return Math.floor(Math.random() * (ourMax - ourMin + 1)) + ourMin; } ourFunction(1, 9); // 请把你的代码写在这条注释以下 function randomRange(myMin, myMax) { return Math.floor(Math.random() * (myMax -...

Challenge [Introducing JavaScript Object Notation JSON](https://www.freecodecamp.cn/challenges/introducing-javascript-object-notation-json#?solution=var%20myMusic%20%3D%20%5B%0A%200%2C%0A%20%20%7B%0A%20%20%20%20%22artist%22%3A%20%22Billy%20Joel%22%2C%0A%20%20%20%20%22title%22%3A%20%22Piano%20Man%22%2C%0A%20%20%20%20%22release_year%22%3A%201973%2C%0A%20%20%20%20%22formats%22%3A%20%5B%20%0A%20%20%20%20%20%20%22CS%22%2C%20%0A%20%20%20%20%20%20%228T%22%2C%20%0A%20%20%20%20%20%20%22LP%22%20%5D%2C%0A%20%20%20%20%22gold%22%3A%20true%0A%20%20%7D%0A%20%20%2F%2F%20%E8%AF%B7%E5%9C%A8%E8%BF%99%E9%87%8C%E6%B7%BB%E5%8A%A0%E4%B8%93%E8%BE%91%0A%20%20%0A%5D%3B%0A%0A) has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36. Please describe how to reproduce this...