From dbbee6d10497da32895bc8ff7815d041a167e6d4 Mon Sep 17 00:00:00 2001 From: Ostapchuk Date: Tue, 28 Apr 2020 02:09:15 +0300 Subject: [PATCH] Update README.md added few tips --- 01-get-started/homework/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-get-started/homework/README.md b/01-get-started/homework/README.md index 4981090..18c928e 100644 --- a/01-get-started/homework/README.md +++ b/01-get-started/homework/README.md @@ -19,7 +19,7 @@ For example: `'How you doin'?', Joey said'.` 3. console.log(message) 3. console.warn(message) 4. console.error(message) -5 and so on. +5. and so on. (try to look at the `console.log(console)`) # Create function to sort odd numbers in array