From 9e5e3dcf9b53e77fbd017363b714d1b92dde8930 Mon Sep 17 00:00:00 2001 From: Kelly Downes Date: Tue, 15 Jan 2019 15:22:35 -0800 Subject: [PATCH] Fix order of hint paragraph 3 (#27514) --- .../everything-be-true/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/everything-be-true/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/everything-be-true/index.md index d8dd97b5b5..b83fe1dbe6 100644 --- a/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/everything-be-true/index.md +++ b/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/everything-be-true/index.md @@ -28,10 +28,10 @@ Only if all of them are truth will we return true, so make sure all of them chec ## ![:speech_balloon:](https://forum.freecodecamp.com/images/emoji/emoji_one/speech_balloon.png?v=3 ":speech_balloon:") Hint: 3 -> _try to solve the problem now_ - You could use loops or callback functions, there are multiple ways to solve this problem. +> _try to solve the problem now_ + ## Spoiler Alert! ![warning sign](//discourse-user-assets.s3.amazonaws.com/original/2X/2/2d6c412a50797771301e7ceabd554cef4edcd74d.gif)