Fixed Broken Links in Binary Agents (#35947)
The parseInt link to the freecodecamps forum pointed to a link with no resource. And Also fixed the link for String.length and removed a dead link.
This commit is contained in:
committed by
Randell Dawson
parent
4954f87424
commit
f267d2a61b
@ -71,7 +71,7 @@ Make sure that each time you transcode a character from binary to decimal, you r
|
|||||||
## Relevant Links
|
## Relevant Links
|
||||||
|
|
||||||
* <a href='http://forum.freecodecamp.com/t/javascript-string-prototype-split/15944' target='_blank' rel='nofollow'>String.prototype.split</a>
|
* <a href='http://forum.freecodecamp.com/t/javascript-string-prototype-split/15944' target='_blank' rel='nofollow'>String.prototype.split</a>
|
||||||
* <a href='http://forum.freecodecamp.com/t/javascript-parseint/14686' target='_blank' rel='nofollow'>parseInt</a>
|
* <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt' target='_blank' rel='nofollow'>parseInt</a>
|
||||||
|
|
||||||
##  Intermediate Code Solution:
|
##  Intermediate Code Solution:
|
||||||
```javascript
|
```javascript
|
||||||
@ -122,8 +122,7 @@ Make sure that each time you transcode a character from binary to decimal, you r
|
|||||||
## Relevant Links
|
## Relevant Links
|
||||||
|
|
||||||
* <a href='http://forum.freecodecamp.com/t/javascript-math-pow/14685' target='_blank' rel='nofollow'>Math.pow</a>
|
* <a href='http://forum.freecodecamp.com/t/javascript-math-pow/14685' target='_blank' rel='nofollow'>Math.pow</a>
|
||||||
* <a>String.length</a>
|
* <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length' target='_blank' rel='nofollow'>String.length</a>
|
||||||
* <a href='http://example.com' target='_blank' rel='nofollow'>Link Title 3</a>
|
|
||||||
|
|
||||||
##  Advanced Code Solution:
|
##  Advanced Code Solution:
|
||||||
```javascript
|
```javascript
|
||||||
|
Reference in New Issue
Block a user