Skip to content

Commit 8faaa0a

Browse files
authored
Merge pull request learn-co-students#9 from hatetank/hatetank-1474651546
Fix links in resources section, using markdown consistent with other lessons.
2 parents 07ec44e + 4efbf4d commit 8faaa0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,8 @@ You're now ready to solve the final two tests in this lab, `makeInt(n)` and `pre
161161

162162

163163
## Resources
164+
- * [MDN - parseInt()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt)
164165

165-
- `parseInt()`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt
166-
167-
- `parseFloat()`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseFloat
166+
- * [MDN - parseFloat()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseFloat)
168167

169168
<p class='util--hide'>View <a href='https://learn.co/lessons/javascript-arithmetic-lab'>JavaScript Arithmetic Lab</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)