Add floating point guide as resource on Exact Change

pull/10153/head
dhcodes 2016-08-10 13:38:03 -05:00
parent e610f64ff9
commit fc1f29b9fa
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ var links = {
"HTML Entities": "http://dev.w3.org/html5/html-author/charref",
"Symmetric Difference": "https://www.youtube.com/watch?v=PxffSUQRkG4",
"Roman Numerals": "http://www.mathsisfun.com/roman-numerals.html",
"Floating Point Guide": "http://floating-point-gui.de",
// ========= GLOBAL OBJECTS
"Global Array Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",

View File

@ -184,7 +184,8 @@
],
"type": "bonfire",
"MDNlinks": [
"Global Object"
"Global Object",
"Floating Point Guide"
],
"challengeType": 5,
"translations": {