From 90531083612b0c4c69be3f4e949ff88aaee89fde Mon Sep 17 00:00:00 2001 From: Milena Tsonkova Date: Wed, 5 Feb 2020 15:42:49 +0200 Subject: [PATCH] Translation of solution.md completed solution.md translated from English to Bulgarian --- .../1-style-errors/solution.md | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/1-js/03-code-quality/02-coding-style/1-style-errors/solution.md b/1-js/03-code-quality/02-coding-style/1-style-errors/solution.md index 764e36c63..3c91abf6c 100644 --- a/1-js/03-code-quality/02-coding-style/1-style-errors/solution.md +++ b/1-js/03-code-quality/02-coding-style/1-style-errors/solution.md @@ -1,29 +1,29 @@ -You could note the following: +Може да забележите следното: ```js no-beautify -function pow(x,n) // <- no space between arguments -{ // <- figure bracket on a separate line - let result=1; // <- no spaces before or after = - for(let i=0;i