From f3a544076a1b2e0b2b095b1797fffb29c81c1f29 Mon Sep 17 00:00:00 2001 From: Leia Quesada <76133327+LeiaQuesada@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:11:30 -0800 Subject: [PATCH] fix(solving-code-chal): add whitespace (#1451) --- solving-coding-challenges/solving-coding-challenges.md | 1 + 1 file changed, 1 insertion(+) diff --git a/solving-coding-challenges/solving-coding-challenges.md b/solving-coding-challenges/solving-coding-challenges.md index c0816194f..fae179952 100644 --- a/solving-coding-challenges/solving-coding-challenges.md +++ b/solving-coding-challenges/solving-coding-challenges.md @@ -47,6 +47,7 @@ At the end of the lesson you will be able to: **1.Understand the prompt** Take time to read the problem and understand what the goals are. If test cases are given, look at each one and understand them. + **2.Think of a high level approach** Based on your learning style, you might work to understand the problem in different ways. For example, drawing a diagram might help some people. Talking and explaining out loud might help other people.