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

![Uploading image.png…]()

## 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...

## 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...

#### 浏览器信息 * 浏览器名称,版本号 SogouExplorer 8.5.6.28853(Chrome/58.0.3029.110) * 操作系统 Windows 7 SP1 (x86) #### 问题描述 * 问题是在什么时候,什么情况下遇到的 [Change the Font Size of an Element](https://www.freecodecamp.cn/challenges/change-the-font-size-of-an-element)这关 任务:让第一个段落和第二个段落的font-size都为16px。 * 简要说明如何重现 运行下面的代码 #### 你的代码 ``...

Challenge [Build a Tribute Page](https://freecodecamp.cn/challenges/build-a-tribute-page) has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36. Please describe how to reproduce this issue, and...

#### 浏览器信息 * 浏览器名称,版本号 360浏览器10 * 操作系统 win10专业版 #### 问题描述 在Create Decimal Numbers with JavaScript 里有错别字,而且后面的赋值也有问题。 #### 你的代码 ``` 如果和代码相关,请在这里粘贴你的全部代码 ``` #### 截图(如果有)

Challenge [Caesars Cipher](https://www.freecodecamp.cn/challenges/caesars-cipher#?solution=function%20rot13(str)%20%7B%20%2F%2F%20LBH%20QVQ%20VG!%0A%20%20%0A%20%20var%20result%3D%22%22%3B%0A%20%20for(var%20i%3D0%3Bi%3Cstr.length%3Bi%2B%2B)%7B%0A%20%20%20%20%2F%2F%E5%8C%B9%E9%85%8D%E5%88%B0%E9%9D%9E%E5%AD%97%E6%AF%8D%E7%9A%84%E5%85%83%E7%B4%A0%E7%9B%B4%E6%8E%A5%E8%B7%B3%E8%BF%87%0A%20%20%20%20if(str.charAt(i).match(%2F%5BA-Z%5D%2Fg))%7B%0A%20%20%20%20%20%20%20%20%2F%2F%E5%85%88%E6%8A%8A%E5%AD%97%E6%AF%8D%E8%BD%AC%E5%8C%96%E4%B8%BAunicode%E7%BC%96%E7%A0%81%EF%BC%8C%E8%BF%99%E6%A0%B7%E5%B0%B1%E5%8F%98%E6%88%90%E4%BA%86%E6%95%B0%E5%AD%97%0A%20%20%20%20%20%20%20%20%2F%2F%E6%AF%8F%E4%B8%AA%E6%95%B0%E5%AD%97-13%E5%8D%B3%E7%A7%BB%E4%BD%8D13%E4%B8%AA%E4%BD%8D%E7%BD%AE%0A%20%20%20%20%20%20%20%20var%20charCode%20%3D%20str.charCodeAt(i)%3B%0A%20%20%20%20%20%20if(charCode-13%3C65)%7B%0A%20%20%20%20%20%20%20%20charCode%20%2B%3D13%3B%0A%20%20%20%20%20%20%7Delse%7B%0A%20%20%20%20%20%20%20%20charCode-%3D13%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%2F%2F%E6%8A%8A%E7%A7%BB%E4%BD%8D%E5%90%8E%E7%9A%84%E6%95%B0%E5%AD%97unicode%E7%A0%81%E5%86%8D%E8%BD%AC%E5%8C%96%E4%B8%BA%E5%AF%B9%E5%BA%94%E7%9A%84%E5%AD%97%E6%AF%8D%0A%20%20%20%20%20%20%20%20result%2B%3DString.fromCharCode(charCode)%3B%0A%20%20%20%20%7Delse%7B%0A%20%20%20%20%20%20%20%20result%2B%3Dstr.charAt(i)%3B%0A%20%20%20%20%7D%0A%20%20%20%20%0A%20%20%7D%0A%20%20return%20%20result%3B%0A%7D%0A%0Arot13(%22SERR%20PBQR%20PNZC%22)%3B%20%20%2F%2F%20%E4%BD%A0%E5%8F%AF%E4%BB%A5%E4%BF%AE%E6%94%B9%E8%BF%99%E4%B8%80%E8%A1%8C%E6%9D%A5%E6%B5%8B%E8%AF%95%E4%BD%A0%E7%9A%84%E4%BB%A3%E7%A0%81%0A) has an issue. User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36. Please describe how to reproduce this issue, and...

## 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...

Challenge [Create a Set of Radio Buttons](https://freecodecamp.cn/challenges/create-a-set-of-radio-buttons#?solution=%3Clink%20href%3D%22https%3A%2F%2Ffonts.gdgdocs.org%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%0A%20%20h2%20%7B%0A%20%20%20%20font-family%3A%20Lobster%2C%20Monospace%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-family%3A%20Monospace%3B%0A%20%20%7D%0A%0A%20%20.thick-green-border%20%7B%0A%20%20%20%20border-color%3A%20green%3B%0A%20%20%20%20border-width%3A%2010px%3B%0A%20%20%20%20border-style%3A%20solid%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%20%20%7D%0A%0A%20%20.smaller-image%20%7B%0A%20%20%20%20width%3A%20100px%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EClick%20here%20for%20%3Ca%20href%3D%22%23%22%3Ecat%20photos%3C%2Fa%3E.%3C%2Fp%3E%0A%0A%3Ca%20href%3D%22%23%22%3E%3Cimg%20class%3D%22smaller-image%20thick-green-border%22%20alt%3D%22A%20cute%20orange%20cat%20lying%20on%20its%20back%22%20src%3D%22%2Fimages%2Frelaxing-cat.jpg%22%3E%3C%2Fa%3E%0A%0A%3Cp%3EThings%20cats%20love%3A%3C%2Fp%3E%0A%3Cul%3E%0A%20%20%3Cli%3Ecat%20nip%3C%2Fli%3E%0A%20%20%3Cli%3Elaser%20pointers%3C%2Fli%3E%0A%20%20%3Cli%3Elasagna%3C%2Fli%3E%0A%3C%2Ful%3E%0A%3Cp%3ETop%203%20things%20cats%20hate%3A%3C%2Fp%3E%0A%3Col%3E%0A%20%20%3Cli%3Eflea%20treatment%3C%2Fli%3E%0A%20%20%3Cli%3Ethunder%3C%2Fli%3E%0A%20%20%3Cli%3Eother%20cats%3C%2Fli%3E%0A%3C%2Fol%3E%0A%3Cform%20fccfaa%3D%22%2Fsubmit-cat-photo%22%3E%0A%20%20%3Cinput%20type%3D%22text%22%20placeholder%3D%22cat%20photo%20URL%22%20required%3E%0A%20%20%3Cbutton%20type%3D%22submit%22%3ESubmit%3C%2Fbutton%3E%0A%3C%2Fform%3E%0A) has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36. Please describe how to reproduce...

#### 浏览器信息 * chrome,最新版 * windows8.01 #### 问题描述 * 关于twitch.tv api详细使用连接无效 * 点击链接是not found