From 61dbd19823667cf089193f2c10d0719ed2bc1238 Mon Sep 17 00:00:00 2001 From: Yasser Hussain Date: Sun, 16 Oct 2016 02:59:06 +0530 Subject: [PATCH] Modified challenge description --- .../01-front-end-development-certification/basic-bonfires.json | 1 + 1 file changed, 1 insertion(+) diff --git a/challenges/01-front-end-development-certification/basic-bonfires.json b/challenges/01-front-end-development-certification/basic-bonfires.json index cdc794edaa..c8ed5e6c3a 100644 --- a/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/challenges/01-front-end-development-certification/basic-bonfires.json @@ -124,6 +124,7 @@ "If the integer is represented with the letter n, a factorial is the product of all positive integers less than or equal to n.", "Factorials are often represented with the shorthand notation n!", "For example: 5! = 1 * 2 * 3 * 4 * 5 = 120", + "Only integers greater than or equal to zero will be supplied to the function.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [