Add floating point guide as resource on Exact Change
This commit is contained in:
@ -15,6 +15,7 @@ var links = {
|
|||||||
"HTML Entities": "http://dev.w3.org/html5/html-author/charref",
|
"HTML Entities": "http://dev.w3.org/html5/html-author/charref",
|
||||||
"Symmetric Difference": "https://www.youtube.com/watch?v=PxffSUQRkG4",
|
"Symmetric Difference": "https://www.youtube.com/watch?v=PxffSUQRkG4",
|
||||||
"Roman Numerals": "http://www.mathsisfun.com/roman-numerals.html",
|
"Roman Numerals": "http://www.mathsisfun.com/roman-numerals.html",
|
||||||
|
"Floating Point Guide": "http://floating-point-gui.de",
|
||||||
|
|
||||||
// ========= GLOBAL OBJECTS
|
// ========= GLOBAL OBJECTS
|
||||||
"Global Array Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
|
"Global Array Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
|
||||||
|
@ -184,7 +184,8 @@
|
|||||||
],
|
],
|
||||||
"type": "bonfire",
|
"type": "bonfire",
|
||||||
"MDNlinks": [
|
"MDNlinks": [
|
||||||
"Global Object"
|
"Global Object",
|
||||||
|
"Floating Point Guide"
|
||||||
],
|
],
|
||||||
"challengeType": 5,
|
"challengeType": 5,
|
||||||
"translations": {
|
"translations": {
|
||||||
|
Reference in New Issue
Block a user