Merge branch 'staging'

This commit is contained in:
terakilobyte
2015-05-08 17:13:41 -04:00

View File

@ -517,7 +517,7 @@
"name": "Smallest Common Multiple", "name": "Smallest Common Multiple",
"difficulty": "2.11", "difficulty": "2.11",
"description": [ "description": [
"Find the smallest number that evenly divides all numbers in the provided range.", "Find the smallest number that is evenly divisible by all numbers in the provided range.",
"The range will be an array of two numbers that will not necessarily be in numerical order." "The range will be an array of two numbers that will not necessarily be in numerical order."
], ],
"challengeSeed": "function smallestCommons(arr) {\n return arr;\r\n}\r\n\n\nsmallestCommons([1,5]);", "challengeSeed": "function smallestCommons(arr) {\n return arr;\r\n}\r\n\n\nsmallestCommons([1,5]);",