From 99f6e0729b357704d3d860afb8d42e4a6a6b9848 Mon Sep 17 00:00:00 2001 From: Jimmy Lee Date: Mon, 12 Jun 2017 21:14:09 -0500 Subject: [PATCH] spelling fix --- 1-js/02-first-steps/04-variables/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/04-variables/article.md b/1-js/02-first-steps/04-variables/article.md index 09b1172f..dda84af5 100644 --- a/1-js/02-first-steps/04-variables/article.md +++ b/1-js/02-first-steps/04-variables/article.md @@ -314,7 +314,7 @@ And the last note. There are some lazy programmers who, instead of declaring a n As the result, the variable is like a box where people throw different things without changing the sticker. What is inside it now? Who knows... We need to come closer and check. -Such a programmer saves a little bit on variable declaration, but looses ten times more on debugging the code. +Such a programmer saves a little bit on variable declaration, but loses ten times more on debugging the code. An extra variable is good, not evil.