From bed50036f1fe4df6db3d8190167ead142e97048a Mon Sep 17 00:00:00 2001 From: codevadym Date: Wed, 5 Feb 2025 08:47:22 +0100 Subject: [PATCH] lasta --- .DS_Store | Bin 01-variable-declaration/finish.js | 0 01-variable-declaration/solution.js | 0 01-variable-declaration/start.js | 0 02-value-reassignment/finish.js | 0 02-value-reassignment/solution.js | 0 02-value-reassignment/start.js | 0 03-numbers-multiplication/finish.js | 0 03-numbers-multiplication/solution.js | 0 03-numbers-multiplication/start.js | 0 04-strings-concatenation/finish.js | 0 04-strings-concatenation/solution.js | 0 04-strings-concatenation/start.js | 0 05-comments/finish.js | 0 05-comments/solution.js | 0 05-comments/start.js | 0 06-data-types/finish.js | 0 06-data-types/solution.js | 0 06-data-types/start.js | 0 07-regular-function/finish.js | 0 07-regular-function/solution.js | 0 07-regular-function/start.js | 0 08-function-expression/finish.js | 0 08-function-expression/solution.js | 0 08-function-expression/start.js | 0 09-arrow-function/finish.js | 0 09-arrow-function/solution.js | 0 09-arrow-function/start.js | 0 10-jsdoc/finish.js | 0 10-jsdoc/solution.js | 0 10-jsdoc/start.js | 0 11-callback-function/finish.js | 0 11-callback-function/solution.js | 0 11-callback-function/start.js | 0 12-create-object/finish.js | 0 12-create-object/solution.js | 0 12-create-object/start.js | 0 13-string-length/finish.js | 0 13-string-length/solution.js | 0 13-string-length/start.js | 0 14-uppercase-string/finish.js | 0 14-uppercase-string/solution.js | 0 14-uppercase-string/start.js | 0 15-replace-part-string/finish.js | 0 15-replace-part-string/solution.js | 0 15-replace-part-string/start.js | 0 16-create-array/finish.js | 0 16-create-array/solution.js | 0 16-create-array/start.js | 0 17-replace-element-array/finish.js | 0 17-replace-element-array/solution.js | 0 17-replace-element-array/start.js | 0 18-iterate-over-array/finish.js | 0 18-iterate-over-array/solution.js | 0 18-iterate-over-array/start.js | 0 19-push-to-array/finish.js | 0 19-push-to-array/solution.js | 0 19-push-to-array/start.js | 0 20-date/finish.js | 0 20-date/solution.js | 0 20-date/start.js | 0 21-compare-variables/finish.js | 0 21-compare-variables/solution.js | 0 21-compare-variables/start.js | 0 22-division-remainder/finish.js | 0 22-division-remainder/solution.js | 0 22-division-remainder/start.js | 0 23-or-and-operators/finish.js | 0 23-or-and-operators/solution.js | 0 23-or-and-operators/start.js | 2 ++ 24-alternative-binary-operators/.DS_Store | Bin 24-alternative-binary-operators/finish.js | 0 24-alternative-binary-operators/solution.js | 0 24-alternative-binary-operators/start.js | 8 ++++---- 25-expression-or-statement/finish.js | 0 25-expression-or-statement/solution.js | 0 25-expression-or-statement/start.js | 9 +++++++-- 26-what-will-be-logged/finish.js | 0 26-what-will-be-logged/solution.js | 0 26-what-will-be-logged/start.js | 2 ++ 27-const/finish.js | 0 27-const/solution.js | 0 27-const/start.js | 3 +-- 28-let/finish.js | 0 28-let/solution.js | 0 28-let/start.js | 4 ++-- 29-strict-mode/finish.js | 0 29-strict-mode/solution.js | 0 29-strict-mode/start.js | 2 +- 30-callback-function/.DS_Store | Bin 30-callback-function/finish.js | 0 30-callback-function/solution.js | 0 30-callback-function/start.js | 0 31-intervals-timeouts/finish.js | 0 31-intervals-timeouts/solution.js | 0 31-intervals-timeouts/start.js | 8 ++++++++ 32-add-start-of-the-array/finish.js | 0 32-add-start-of-the-array/solution.js | 0 32-add-start-of-the-array/start.js | 4 ++-- 33-add-at-index-array/finish.js | 0 33-add-at-index-array/solution.js | 0 33-add-at-index-array/start.js | 2 ++ 34-array-of-objects/.DS_Store | Bin 34-array-of-objects/finish.js | 0 34-array-of-objects/solution.js | 0 34-array-of-objects/start.js | 0 35-object-iteration/finish.js | 0 35-object-iteration/solution.js | 0 35-object-iteration/start.js | 0 36-random-numbers/finish.js | 0 36-random-numbers/solution.js | 0 36-random-numbers/start.js | 0 37-for-in-loop/finish.js | 0 37-for-in-loop/solution.js | 0 37-for-in-loop/start.js | 0 38-ternary-operator/.DS_Store | Bin 38-ternary-operator/finish.js | 0 38-ternary-operator/solution.js | 0 38-ternary-operator/start.js | 0 39-foreach-with-index/finish.js | 0 39-foreach-with-index/solution.js | 0 39-foreach-with-index/start.js | 0 40-map-json-to-object/finish.js | 0 40-map-json-to-object/solution.js | 0 40-map-json-to-object/start.js | 0 41-find-single-post/finish.js | 0 41-find-single-post/solution.js | 0 41-find-single-post/start.js | 0 42-is-array-sorted-or-not/finish.js | 0 42-is-array-sorted-or-not/solution.js | 0 42-is-array-sorted-or-not/start.js | 0 43-compare-two-arrays/finish.js | 0 43-compare-two-arrays/solution.js | 0 43-compare-two-arrays/start.js | 0 44-element-is-in-array/finish.js | 0 44-element-is-in-array/solution.js | 0 44-element-is-in-array/start.js | 0 45-includes-object-or-array/finish.js | 0 45-includes-object-or-array/solution.js | 0 45-includes-object-or-array/start.js | 0 46-push-to-array-if-not-exists/finish.js | 0 46-push-to-array-if-not-exists/solution.js | 0 46-push-to-array-if-not-exists/start.js | 0 47-reduce-array-of-objects/finish.js | 0 47-reduce-array-of-objects/solution.js | 0 47-reduce-array-of-objects/start.js | 0 48-reduce-to-object/finish.js | 0 48-reduce-to-object/solution.js | 0 48-reduce-to-object/start.js | 0 49-sort-array-of-objects/finish.js | 0 49-sort-array-of-objects/solution.js | 0 49-sort-array-of-objects/start.js | 0 50-template-literals/finish.js | 0 50-template-literals/solution.js | 0 50-template-literals/start.js | 0 51-rest-and-spread-operators/finish.js | 0 51-rest-and-spread-operators/solution.js | 0 51-rest-and-spread-operators/start.js | 0 52-default-function-parameters/finish.js | 0 52-default-function-parameters/solution.js | 0 52-default-function-parameters/start.js | 0 53-enhanced-object-literals/finish.js | 0 53-enhanced-object-literals/solution.js | 0 53-enhanced-object-literals/start.js | 0 54-array-destructuring/finish.js | 0 54-array-destructuring/solution.js | 0 54-array-destructuring/start.js | 0 55-destructure-function-result/finish.js | 0 55-destructure-function-result/solution.js | 0 55-destructure-function-result/start.js | 0 56-object-destructuring/finish.js | 0 56-object-destructuring/solution.js | 0 56-object-destructuring/start.js | 0 57-array-transformation/finish.js | 0 57-array-transformation/solution.js | 0 57-array-transformation/start.js | 0 58-delete-object-properties/finish.js | 0 58-delete-object-properties/solution.js | 0 58-delete-object-properties/start.js | 0 59-extend-array/finish.js | 0 59-extend-array/solution.js | 0 59-extend-array/start.js | 0 60-custom-push-method-for-arrays/finish.js | 0 60-custom-push-method-for-arrays/solution.js | 0 60-custom-push-method-for-arrays/start.js | 0 61-sum-numbers/finish.js | 0 61-sum-numbers/solution.js | 0 61-sum-numbers/start.js | 0 62-different-functions/.DS_Store | Bin 62-different-functions/finish.js | 0 62-different-functions/solution.js | 0 62-different-functions/start.js | 0 63-function-scope/finish.js | 0 63-function-scope/solution.js | 0 63-function-scope/start.js | 0 64-hoisting/finish.js | 0 64-hoisting/solution.js | 0 64-hoisting/start.js | 0 65-ternary-operator/finish.js | 0 65-ternary-operator/solution.js | 0 65-ternary-operator/start.js | 0 66-arrow-functions/finish.js | 0 66-arrow-functions/solution.js | 0 66-arrow-functions/start.js | 0 67-default-parameters/finish.js | 0 67-default-parameters/solution.js | 0 67-default-parameters/start.js | 0 68-presence-of-the-function-parameters/finish.js | 0 68-presence-of-the-function-parameters/solution.js | 0 68-presence-of-the-function-parameters/start.js | 0 69-object-destructuring/finish.js | 0 69-object-destructuring/solution.js | 0 69-object-destructuring/start.js | 0 70-destructuring-and-rest-operator/finish.js | 0 70-destructuring-and-rest-operator/solution.js | 0 70-destructuring-and-rest-operator/start.js | 0 71-spread-operator/finish.js | 0 71-spread-operator/solution.js | 0 71-spread-operator/start.js | 0 72-copy-array/finish.js | 0 72-copy-array/solution.js | 0 72-copy-array/start.js | 0 73-template-literals/finish.js | 0 73-template-literals/solution.js | 0 73-template-literals/start.js | 0 74-object-destructuring/finish.js | 0 74-object-destructuring/solution.js | 0 74-object-destructuring/start.js | 0 75-iterate-over-string/finish.js | 0 75-iterate-over-string/solution.js | 0 75-iterate-over-string/start.js | 0 76-swap-values/finish.js | 0 76-swap-values/solution.js | 0 76-swap-values/start.js | 0 77-function-closures/finish.js | 0 77-function-closures/solution.js | 0 77-function-closures/start.js | 0 78-classes/finish.js | 0 78-classes/solution.js | 0 78-classes/start.js | 0 79-iterate-over-object/finish.js | 0 79-iterate-over-object/solution.js | 0 79-iterate-over-object/start.js | 0 80-sum-of-positive-and-negative-numbers/finish.js | 0 80-sum-of-positive-and-negative-numbers/solution.js | 0 80-sum-of-positive-and-negative-numbers/start.js | 0 246 files changed, 31 insertions(+), 13 deletions(-) mode change 100644 => 100755 .DS_Store mode change 100644 => 100755 01-variable-declaration/finish.js mode change 100644 => 100755 01-variable-declaration/solution.js mode change 100644 => 100755 01-variable-declaration/start.js mode change 100644 => 100755 02-value-reassignment/finish.js mode change 100644 => 100755 02-value-reassignment/solution.js mode change 100644 => 100755 02-value-reassignment/start.js mode change 100644 => 100755 03-numbers-multiplication/finish.js mode change 100644 => 100755 03-numbers-multiplication/solution.js mode change 100644 => 100755 03-numbers-multiplication/start.js mode change 100644 => 100755 04-strings-concatenation/finish.js mode change 100644 => 100755 04-strings-concatenation/solution.js mode change 100644 => 100755 04-strings-concatenation/start.js mode change 100644 => 100755 05-comments/finish.js mode change 100644 => 100755 05-comments/solution.js mode change 100644 => 100755 05-comments/start.js mode change 100644 => 100755 06-data-types/finish.js mode change 100644 => 100755 06-data-types/solution.js mode change 100644 => 100755 06-data-types/start.js mode change 100644 => 100755 07-regular-function/finish.js mode change 100644 => 100755 07-regular-function/solution.js mode change 100644 => 100755 07-regular-function/start.js mode change 100644 => 100755 08-function-expression/finish.js mode change 100644 => 100755 08-function-expression/solution.js mode change 100644 => 100755 08-function-expression/start.js mode change 100644 => 100755 09-arrow-function/finish.js mode change 100644 => 100755 09-arrow-function/solution.js mode change 100644 => 100755 09-arrow-function/start.js mode change 100644 => 100755 10-jsdoc/finish.js mode change 100644 => 100755 10-jsdoc/solution.js mode change 100644 => 100755 10-jsdoc/start.js mode change 100644 => 100755 11-callback-function/finish.js mode change 100644 => 100755 11-callback-function/solution.js mode change 100644 => 100755 11-callback-function/start.js mode change 100644 => 100755 12-create-object/finish.js mode change 100644 => 100755 12-create-object/solution.js mode change 100644 => 100755 12-create-object/start.js mode change 100644 => 100755 13-string-length/finish.js mode change 100644 => 100755 13-string-length/solution.js mode change 100644 => 100755 13-string-length/start.js mode change 100644 => 100755 14-uppercase-string/finish.js mode change 100644 => 100755 14-uppercase-string/solution.js mode change 100644 => 100755 14-uppercase-string/start.js mode change 100644 => 100755 15-replace-part-string/finish.js mode change 100644 => 100755 15-replace-part-string/solution.js mode change 100644 => 100755 15-replace-part-string/start.js mode change 100644 => 100755 16-create-array/finish.js mode change 100644 => 100755 16-create-array/solution.js mode change 100644 => 100755 16-create-array/start.js mode change 100644 => 100755 17-replace-element-array/finish.js mode change 100644 => 100755 17-replace-element-array/solution.js mode change 100644 => 100755 17-replace-element-array/start.js mode change 100644 => 100755 18-iterate-over-array/finish.js mode change 100644 => 100755 18-iterate-over-array/solution.js mode change 100644 => 100755 18-iterate-over-array/start.js mode change 100644 => 100755 19-push-to-array/finish.js mode change 100644 => 100755 19-push-to-array/solution.js mode change 100644 => 100755 19-push-to-array/start.js mode change 100644 => 100755 20-date/finish.js mode change 100644 => 100755 20-date/solution.js mode change 100644 => 100755 20-date/start.js mode change 100644 => 100755 21-compare-variables/finish.js mode change 100644 => 100755 21-compare-variables/solution.js mode change 100644 => 100755 21-compare-variables/start.js mode change 100644 => 100755 22-division-remainder/finish.js mode change 100644 => 100755 22-division-remainder/solution.js mode change 100644 => 100755 22-division-remainder/start.js mode change 100644 => 100755 23-or-and-operators/finish.js mode change 100644 => 100755 23-or-and-operators/solution.js mode change 100644 => 100755 23-or-and-operators/start.js mode change 100644 => 100755 24-alternative-binary-operators/.DS_Store mode change 100644 => 100755 24-alternative-binary-operators/finish.js mode change 100644 => 100755 24-alternative-binary-operators/solution.js mode change 100644 => 100755 24-alternative-binary-operators/start.js mode change 100644 => 100755 25-expression-or-statement/finish.js mode change 100644 => 100755 25-expression-or-statement/solution.js mode change 100644 => 100755 25-expression-or-statement/start.js mode change 100644 => 100755 26-what-will-be-logged/finish.js mode change 100644 => 100755 26-what-will-be-logged/solution.js mode change 100644 => 100755 26-what-will-be-logged/start.js mode change 100644 => 100755 27-const/finish.js mode change 100644 => 100755 27-const/solution.js mode change 100644 => 100755 27-const/start.js mode change 100644 => 100755 28-let/finish.js mode change 100644 => 100755 28-let/solution.js mode change 100644 => 100755 28-let/start.js mode change 100644 => 100755 29-strict-mode/finish.js mode change 100644 => 100755 29-strict-mode/solution.js mode change 100644 => 100755 29-strict-mode/start.js mode change 100644 => 100755 30-callback-function/.DS_Store mode change 100644 => 100755 30-callback-function/finish.js mode change 100644 => 100755 30-callback-function/solution.js mode change 100644 => 100755 30-callback-function/start.js mode change 100644 => 100755 31-intervals-timeouts/finish.js mode change 100644 => 100755 31-intervals-timeouts/solution.js mode change 100644 => 100755 31-intervals-timeouts/start.js mode change 100644 => 100755 32-add-start-of-the-array/finish.js mode change 100644 => 100755 32-add-start-of-the-array/solution.js mode change 100644 => 100755 32-add-start-of-the-array/start.js mode change 100644 => 100755 33-add-at-index-array/finish.js mode change 100644 => 100755 33-add-at-index-array/solution.js mode change 100644 => 100755 33-add-at-index-array/start.js mode change 100644 => 100755 34-array-of-objects/.DS_Store mode change 100644 => 100755 34-array-of-objects/finish.js mode change 100644 => 100755 34-array-of-objects/solution.js mode change 100644 => 100755 34-array-of-objects/start.js mode change 100644 => 100755 35-object-iteration/finish.js mode change 100644 => 100755 35-object-iteration/solution.js mode change 100644 => 100755 35-object-iteration/start.js mode change 100644 => 100755 36-random-numbers/finish.js mode change 100644 => 100755 36-random-numbers/solution.js mode change 100644 => 100755 36-random-numbers/start.js mode change 100644 => 100755 37-for-in-loop/finish.js mode change 100644 => 100755 37-for-in-loop/solution.js mode change 100644 => 100755 37-for-in-loop/start.js mode change 100644 => 100755 38-ternary-operator/.DS_Store mode change 100644 => 100755 38-ternary-operator/finish.js mode change 100644 => 100755 38-ternary-operator/solution.js mode change 100644 => 100755 38-ternary-operator/start.js mode change 100644 => 100755 39-foreach-with-index/finish.js mode change 100644 => 100755 39-foreach-with-index/solution.js mode change 100644 => 100755 39-foreach-with-index/start.js mode change 100644 => 100755 40-map-json-to-object/finish.js mode change 100644 => 100755 40-map-json-to-object/solution.js mode change 100644 => 100755 40-map-json-to-object/start.js mode change 100644 => 100755 41-find-single-post/finish.js mode change 100644 => 100755 41-find-single-post/solution.js mode change 100644 => 100755 41-find-single-post/start.js mode change 100644 => 100755 42-is-array-sorted-or-not/finish.js mode change 100644 => 100755 42-is-array-sorted-or-not/solution.js mode change 100644 => 100755 42-is-array-sorted-or-not/start.js mode change 100644 => 100755 43-compare-two-arrays/finish.js mode change 100644 => 100755 43-compare-two-arrays/solution.js mode change 100644 => 100755 43-compare-two-arrays/start.js mode change 100644 => 100755 44-element-is-in-array/finish.js mode change 100644 => 100755 44-element-is-in-array/solution.js mode change 100644 => 100755 44-element-is-in-array/start.js mode change 100644 => 100755 45-includes-object-or-array/finish.js mode change 100644 => 100755 45-includes-object-or-array/solution.js mode change 100644 => 100755 45-includes-object-or-array/start.js mode change 100644 => 100755 46-push-to-array-if-not-exists/finish.js mode change 100644 => 100755 46-push-to-array-if-not-exists/solution.js mode change 100644 => 100755 46-push-to-array-if-not-exists/start.js mode change 100644 => 100755 47-reduce-array-of-objects/finish.js mode change 100644 => 100755 47-reduce-array-of-objects/solution.js mode change 100644 => 100755 47-reduce-array-of-objects/start.js mode change 100644 => 100755 48-reduce-to-object/finish.js mode change 100644 => 100755 48-reduce-to-object/solution.js mode change 100644 => 100755 48-reduce-to-object/start.js mode change 100644 => 100755 49-sort-array-of-objects/finish.js mode change 100644 => 100755 49-sort-array-of-objects/solution.js mode change 100644 => 100755 49-sort-array-of-objects/start.js mode change 100644 => 100755 50-template-literals/finish.js mode change 100644 => 100755 50-template-literals/solution.js mode change 100644 => 100755 50-template-literals/start.js mode change 100644 => 100755 51-rest-and-spread-operators/finish.js mode change 100644 => 100755 51-rest-and-spread-operators/solution.js mode change 100644 => 100755 51-rest-and-spread-operators/start.js mode change 100644 => 100755 52-default-function-parameters/finish.js mode change 100644 => 100755 52-default-function-parameters/solution.js mode change 100644 => 100755 52-default-function-parameters/start.js mode change 100644 => 100755 53-enhanced-object-literals/finish.js mode change 100644 => 100755 53-enhanced-object-literals/solution.js mode change 100644 => 100755 53-enhanced-object-literals/start.js mode change 100644 => 100755 54-array-destructuring/finish.js mode change 100644 => 100755 54-array-destructuring/solution.js mode change 100644 => 100755 54-array-destructuring/start.js mode change 100644 => 100755 55-destructure-function-result/finish.js mode change 100644 => 100755 55-destructure-function-result/solution.js mode change 100644 => 100755 55-destructure-function-result/start.js mode change 100644 => 100755 56-object-destructuring/finish.js mode change 100644 => 100755 56-object-destructuring/solution.js mode change 100644 => 100755 56-object-destructuring/start.js mode change 100644 => 100755 57-array-transformation/finish.js mode change 100644 => 100755 57-array-transformation/solution.js mode change 100644 => 100755 57-array-transformation/start.js mode change 100644 => 100755 58-delete-object-properties/finish.js mode change 100644 => 100755 58-delete-object-properties/solution.js mode change 100644 => 100755 58-delete-object-properties/start.js mode change 100644 => 100755 59-extend-array/finish.js mode change 100644 => 100755 59-extend-array/solution.js mode change 100644 => 100755 59-extend-array/start.js mode change 100644 => 100755 60-custom-push-method-for-arrays/finish.js mode change 100644 => 100755 60-custom-push-method-for-arrays/solution.js mode change 100644 => 100755 60-custom-push-method-for-arrays/start.js mode change 100644 => 100755 61-sum-numbers/finish.js mode change 100644 => 100755 61-sum-numbers/solution.js mode change 100644 => 100755 61-sum-numbers/start.js mode change 100644 => 100755 62-different-functions/.DS_Store mode change 100644 => 100755 62-different-functions/finish.js mode change 100644 => 100755 62-different-functions/solution.js mode change 100644 => 100755 62-different-functions/start.js mode change 100644 => 100755 63-function-scope/finish.js mode change 100644 => 100755 63-function-scope/solution.js mode change 100644 => 100755 63-function-scope/start.js mode change 100644 => 100755 64-hoisting/finish.js mode change 100644 => 100755 64-hoisting/solution.js mode change 100644 => 100755 64-hoisting/start.js mode change 100644 => 100755 65-ternary-operator/finish.js mode change 100644 => 100755 65-ternary-operator/solution.js mode change 100644 => 100755 65-ternary-operator/start.js mode change 100644 => 100755 66-arrow-functions/finish.js mode change 100644 => 100755 66-arrow-functions/solution.js mode change 100644 => 100755 66-arrow-functions/start.js mode change 100644 => 100755 67-default-parameters/finish.js mode change 100644 => 100755 67-default-parameters/solution.js mode change 100644 => 100755 67-default-parameters/start.js mode change 100644 => 100755 68-presence-of-the-function-parameters/finish.js mode change 100644 => 100755 68-presence-of-the-function-parameters/solution.js mode change 100644 => 100755 68-presence-of-the-function-parameters/start.js mode change 100644 => 100755 69-object-destructuring/finish.js mode change 100644 => 100755 69-object-destructuring/solution.js mode change 100644 => 100755 69-object-destructuring/start.js mode change 100644 => 100755 70-destructuring-and-rest-operator/finish.js mode change 100644 => 100755 70-destructuring-and-rest-operator/solution.js mode change 100644 => 100755 70-destructuring-and-rest-operator/start.js mode change 100644 => 100755 71-spread-operator/finish.js mode change 100644 => 100755 71-spread-operator/solution.js mode change 100644 => 100755 71-spread-operator/start.js mode change 100644 => 100755 72-copy-array/finish.js mode change 100644 => 100755 72-copy-array/solution.js mode change 100644 => 100755 72-copy-array/start.js mode change 100644 => 100755 73-template-literals/finish.js mode change 100644 => 100755 73-template-literals/solution.js mode change 100644 => 100755 73-template-literals/start.js mode change 100644 => 100755 74-object-destructuring/finish.js mode change 100644 => 100755 74-object-destructuring/solution.js mode change 100644 => 100755 74-object-destructuring/start.js mode change 100644 => 100755 75-iterate-over-string/finish.js mode change 100644 => 100755 75-iterate-over-string/solution.js mode change 100644 => 100755 75-iterate-over-string/start.js mode change 100644 => 100755 76-swap-values/finish.js mode change 100644 => 100755 76-swap-values/solution.js mode change 100644 => 100755 76-swap-values/start.js mode change 100644 => 100755 77-function-closures/finish.js mode change 100644 => 100755 77-function-closures/solution.js mode change 100644 => 100755 77-function-closures/start.js mode change 100644 => 100755 78-classes/finish.js mode change 100644 => 100755 78-classes/solution.js mode change 100644 => 100755 78-classes/start.js mode change 100644 => 100755 79-iterate-over-object/finish.js mode change 100644 => 100755 79-iterate-over-object/solution.js mode change 100644 => 100755 79-iterate-over-object/start.js mode change 100644 => 100755 80-sum-of-positive-and-negative-numbers/finish.js mode change 100644 => 100755 80-sum-of-positive-and-negative-numbers/solution.js mode change 100644 => 100755 80-sum-of-positive-and-negative-numbers/start.js diff --git a/.DS_Store b/.DS_Store old mode 100644 new mode 100755 diff --git a/01-variable-declaration/finish.js b/01-variable-declaration/finish.js old mode 100644 new mode 100755 diff --git a/01-variable-declaration/solution.js b/01-variable-declaration/solution.js old mode 100644 new mode 100755 diff --git a/01-variable-declaration/start.js b/01-variable-declaration/start.js old mode 100644 new mode 100755 diff --git a/02-value-reassignment/finish.js b/02-value-reassignment/finish.js old mode 100644 new mode 100755 diff --git a/02-value-reassignment/solution.js b/02-value-reassignment/solution.js old mode 100644 new mode 100755 diff --git a/02-value-reassignment/start.js b/02-value-reassignment/start.js old mode 100644 new mode 100755 diff --git a/03-numbers-multiplication/finish.js b/03-numbers-multiplication/finish.js old mode 100644 new mode 100755 diff --git a/03-numbers-multiplication/solution.js b/03-numbers-multiplication/solution.js old mode 100644 new mode 100755 diff --git a/03-numbers-multiplication/start.js b/03-numbers-multiplication/start.js old mode 100644 new mode 100755 diff --git a/04-strings-concatenation/finish.js b/04-strings-concatenation/finish.js old mode 100644 new mode 100755 diff --git a/04-strings-concatenation/solution.js b/04-strings-concatenation/solution.js old mode 100644 new mode 100755 diff --git a/04-strings-concatenation/start.js b/04-strings-concatenation/start.js old mode 100644 new mode 100755 diff --git a/05-comments/finish.js b/05-comments/finish.js old mode 100644 new mode 100755 diff --git a/05-comments/solution.js b/05-comments/solution.js old mode 100644 new mode 100755 diff --git a/05-comments/start.js b/05-comments/start.js old mode 100644 new mode 100755 diff --git a/06-data-types/finish.js b/06-data-types/finish.js old mode 100644 new mode 100755 diff --git a/06-data-types/solution.js b/06-data-types/solution.js old mode 100644 new mode 100755 diff --git a/06-data-types/start.js b/06-data-types/start.js old mode 100644 new mode 100755 diff --git a/07-regular-function/finish.js b/07-regular-function/finish.js old mode 100644 new mode 100755 diff --git a/07-regular-function/solution.js b/07-regular-function/solution.js old mode 100644 new mode 100755 diff --git a/07-regular-function/start.js b/07-regular-function/start.js old mode 100644 new mode 100755 diff --git a/08-function-expression/finish.js b/08-function-expression/finish.js old mode 100644 new mode 100755 diff --git a/08-function-expression/solution.js b/08-function-expression/solution.js old mode 100644 new mode 100755 diff --git a/08-function-expression/start.js b/08-function-expression/start.js old mode 100644 new mode 100755 diff --git a/09-arrow-function/finish.js b/09-arrow-function/finish.js old mode 100644 new mode 100755 diff --git a/09-arrow-function/solution.js b/09-arrow-function/solution.js old mode 100644 new mode 100755 diff --git a/09-arrow-function/start.js b/09-arrow-function/start.js old mode 100644 new mode 100755 diff --git a/10-jsdoc/finish.js b/10-jsdoc/finish.js old mode 100644 new mode 100755 diff --git a/10-jsdoc/solution.js b/10-jsdoc/solution.js old mode 100644 new mode 100755 diff --git a/10-jsdoc/start.js b/10-jsdoc/start.js old mode 100644 new mode 100755 diff --git a/11-callback-function/finish.js b/11-callback-function/finish.js old mode 100644 new mode 100755 diff --git a/11-callback-function/solution.js b/11-callback-function/solution.js old mode 100644 new mode 100755 diff --git a/11-callback-function/start.js b/11-callback-function/start.js old mode 100644 new mode 100755 diff --git a/12-create-object/finish.js b/12-create-object/finish.js old mode 100644 new mode 100755 diff --git a/12-create-object/solution.js b/12-create-object/solution.js old mode 100644 new mode 100755 diff --git a/12-create-object/start.js b/12-create-object/start.js old mode 100644 new mode 100755 diff --git a/13-string-length/finish.js b/13-string-length/finish.js old mode 100644 new mode 100755 diff --git a/13-string-length/solution.js b/13-string-length/solution.js old mode 100644 new mode 100755 diff --git a/13-string-length/start.js b/13-string-length/start.js old mode 100644 new mode 100755 diff --git a/14-uppercase-string/finish.js b/14-uppercase-string/finish.js old mode 100644 new mode 100755 diff --git a/14-uppercase-string/solution.js b/14-uppercase-string/solution.js old mode 100644 new mode 100755 diff --git a/14-uppercase-string/start.js b/14-uppercase-string/start.js old mode 100644 new mode 100755 diff --git a/15-replace-part-string/finish.js b/15-replace-part-string/finish.js old mode 100644 new mode 100755 diff --git a/15-replace-part-string/solution.js b/15-replace-part-string/solution.js old mode 100644 new mode 100755 diff --git a/15-replace-part-string/start.js b/15-replace-part-string/start.js old mode 100644 new mode 100755 diff --git a/16-create-array/finish.js b/16-create-array/finish.js old mode 100644 new mode 100755 diff --git a/16-create-array/solution.js b/16-create-array/solution.js old mode 100644 new mode 100755 diff --git a/16-create-array/start.js b/16-create-array/start.js old mode 100644 new mode 100755 diff --git a/17-replace-element-array/finish.js b/17-replace-element-array/finish.js old mode 100644 new mode 100755 diff --git a/17-replace-element-array/solution.js b/17-replace-element-array/solution.js old mode 100644 new mode 100755 diff --git a/17-replace-element-array/start.js b/17-replace-element-array/start.js old mode 100644 new mode 100755 diff --git a/18-iterate-over-array/finish.js b/18-iterate-over-array/finish.js old mode 100644 new mode 100755 diff --git a/18-iterate-over-array/solution.js b/18-iterate-over-array/solution.js old mode 100644 new mode 100755 diff --git a/18-iterate-over-array/start.js b/18-iterate-over-array/start.js old mode 100644 new mode 100755 diff --git a/19-push-to-array/finish.js b/19-push-to-array/finish.js old mode 100644 new mode 100755 diff --git a/19-push-to-array/solution.js b/19-push-to-array/solution.js old mode 100644 new mode 100755 diff --git a/19-push-to-array/start.js b/19-push-to-array/start.js old mode 100644 new mode 100755 diff --git a/20-date/finish.js b/20-date/finish.js old mode 100644 new mode 100755 diff --git a/20-date/solution.js b/20-date/solution.js old mode 100644 new mode 100755 diff --git a/20-date/start.js b/20-date/start.js old mode 100644 new mode 100755 diff --git a/21-compare-variables/finish.js b/21-compare-variables/finish.js old mode 100644 new mode 100755 diff --git a/21-compare-variables/solution.js b/21-compare-variables/solution.js old mode 100644 new mode 100755 diff --git a/21-compare-variables/start.js b/21-compare-variables/start.js old mode 100644 new mode 100755 diff --git a/22-division-remainder/finish.js b/22-division-remainder/finish.js old mode 100644 new mode 100755 diff --git a/22-division-remainder/solution.js b/22-division-remainder/solution.js old mode 100644 new mode 100755 diff --git a/22-division-remainder/start.js b/22-division-remainder/start.js old mode 100644 new mode 100755 diff --git a/23-or-and-operators/finish.js b/23-or-and-operators/finish.js old mode 100644 new mode 100755 diff --git a/23-or-and-operators/solution.js b/23-or-and-operators/solution.js old mode 100644 new mode 100755 diff --git a/23-or-and-operators/start.js b/23-or-and-operators/start.js old mode 100644 new mode 100755 index b9c8a2d..70f261f --- a/23-or-and-operators/start.js +++ b/23-or-and-operators/start.js @@ -1,6 +1,8 @@ /** ЗАДАЧА 23 - ИЛИ и И операторы * * Что будет выведено в консоль? + * + * 3 выведется */ console.log(3 || (true && null) || false) diff --git a/24-alternative-binary-operators/.DS_Store b/24-alternative-binary-operators/.DS_Store old mode 100644 new mode 100755 diff --git a/24-alternative-binary-operators/finish.js b/24-alternative-binary-operators/finish.js old mode 100644 new mode 100755 diff --git a/24-alternative-binary-operators/solution.js b/24-alternative-binary-operators/solution.js old mode 100644 new mode 100755 diff --git a/24-alternative-binary-operators/start.js b/24-alternative-binary-operators/start.js old mode 100644 new mode 100755 index e2c3ae4..e6dabe8 --- a/24-alternative-binary-operators/start.js +++ b/24-alternative-binary-operators/start.js @@ -5,14 +5,14 @@ let a = 10 -a = a + 1 +a += + 1 console.log(a) // 11 -a = a * 2 +a *= 2 console.log(a) // 22 -a = a - 5 +a -= 5 console.log(a) // 17 -a = a / 2 +a /= 2 console.log(a) // 8.5 diff --git a/25-expression-or-statement/finish.js b/25-expression-or-statement/finish.js old mode 100644 new mode 100755 diff --git a/25-expression-or-statement/solution.js b/25-expression-or-statement/solution.js old mode 100644 new mode 100755 diff --git a/25-expression-or-statement/start.js b/25-expression-or-statement/start.js old mode 100644 new mode 100755 index f22d17d..1d70ee1 --- a/25-expression-or-statement/start.js +++ b/25-expression-or-statement/start.js @@ -7,22 +7,27 @@ */ 15 +console.log("выражение") const myObject = { x: 10, y: true, } - +console.log("выражение-инструкция") myObject.z = 'abc' +console.log("выражение-инструкция") delete myObject.x +console.log("выражение-инструкция") let newVariable - +console.log("инструкция") newVariable = 30 + 5 +console.log("выражение-инструкция") console.log(newVariable) if (newVariable > 10) { console.log(`${newVariable} больше 10`) } +console.log("выражение-инструкция") \ No newline at end of file diff --git a/26-what-will-be-logged/finish.js b/26-what-will-be-logged/finish.js old mode 100644 new mode 100755 diff --git a/26-what-will-be-logged/solution.js b/26-what-will-be-logged/solution.js old mode 100644 new mode 100755 diff --git a/26-what-will-be-logged/start.js b/26-what-will-be-logged/start.js old mode 100644 new mode 100755 index 68544a9..af14636 --- a/26-what-will-be-logged/start.js +++ b/26-what-will-be-logged/start.js @@ -13,3 +13,5 @@ function fn() { } fn()(true) + +//Привет затем true выведет \ No newline at end of file diff --git a/27-const/finish.js b/27-const/finish.js old mode 100644 new mode 100755 diff --git a/27-const/solution.js b/27-const/solution.js old mode 100644 new mode 100755 diff --git a/27-const/start.js b/27-const/start.js old mode 100644 new mode 100755 index 9aa3ece..e6c6f8c --- a/27-const/start.js +++ b/27-const/start.js @@ -8,7 +8,7 @@ * Не меняйте строки 13, 18 */ -const arr = [1, 2] // <-- Объявление переменной используя const +var arr = [1, 2] // <-- Объявление переменной используя const arr.push(3) @@ -18,6 +18,5 @@ console.log(arr) arr = [1, 2, 3, 4] // ДО: Uncaught TypeError: Assignment to constant variable. // ПОСЛЕ: Нет ошибки - console.log(arr) // [1, 2, 3, 4] diff --git a/28-let/finish.js b/28-let/finish.js old mode 100644 new mode 100755 diff --git a/28-let/solution.js b/28-let/solution.js old mode 100644 new mode 100755 diff --git a/28-let/start.js b/28-let/start.js old mode 100644 new mode 100755 index 6bb6ed5..251f25b --- a/28-let/start.js +++ b/28-let/start.js @@ -3,12 +3,12 @@ * Измените код так, чтобы ошибка исчезла */ -const myFavoriteAnimal = 'Monkey' +let myFavoriteAnimal = 'Monkey' console.log(myFavoriteAnimal) // 'Monkey' -const myFavoriteAnimal = 'Cat' +myFavoriteAnimal = 'Cat' console.log(myFavoriteAnimal) // 'Cat' diff --git a/29-strict-mode/finish.js b/29-strict-mode/finish.js old mode 100644 new mode 100755 diff --git a/29-strict-mode/solution.js b/29-strict-mode/solution.js old mode 100644 new mode 100755 diff --git a/29-strict-mode/start.js b/29-strict-mode/start.js old mode 100644 new mode 100755 index bc67292..db14978 --- a/29-strict-mode/start.js +++ b/29-strict-mode/start.js @@ -8,7 +8,7 @@ 'use strict' function myFunction() { - a = 2 + var a = 2 return a } diff --git a/30-callback-function/.DS_Store b/30-callback-function/.DS_Store old mode 100644 new mode 100755 diff --git a/30-callback-function/finish.js b/30-callback-function/finish.js old mode 100644 new mode 100755 diff --git a/30-callback-function/solution.js b/30-callback-function/solution.js old mode 100644 new mode 100755 diff --git a/30-callback-function/start.js b/30-callback-function/start.js old mode 100644 new mode 100755 diff --git a/31-intervals-timeouts/finish.js b/31-intervals-timeouts/finish.js old mode 100644 new mode 100755 diff --git a/31-intervals-timeouts/solution.js b/31-intervals-timeouts/solution.js old mode 100644 new mode 100755 diff --git a/31-intervals-timeouts/start.js b/31-intervals-timeouts/start.js old mode 100644 new mode 100755 index d8c0096..78a52d5 --- a/31-intervals-timeouts/start.js +++ b/31-intervals-timeouts/start.js @@ -12,3 +12,11 @@ * "Сообщение номер 4" * "Сообщение номер 5" */ + +function show() { + for (var i = 0; i <= 5; i++) { + console.log("Сообщение номер " + i) +} +} + +setTimeout(show, 2000) \ No newline at end of file diff --git a/32-add-start-of-the-array/finish.js b/32-add-start-of-the-array/finish.js old mode 100644 new mode 100755 diff --git a/32-add-start-of-the-array/solution.js b/32-add-start-of-the-array/solution.js old mode 100644 new mode 100755 diff --git a/32-add-start-of-the-array/start.js b/32-add-start-of-the-array/start.js old mode 100644 new mode 100755 index 3817331..0b4e929 --- a/32-add-start-of-the-array/start.js +++ b/32-add-start-of-the-array/start.js @@ -8,7 +8,7 @@ */ const myArray = [true, null] - +myArray.unshift(100, "Привет") // Напишите код здесь -console.log(myArray) // [100, "Hello", true, null] +console.log(myArray.length) // [100, "Hello", true, null] diff --git a/33-add-at-index-array/finish.js b/33-add-at-index-array/finish.js old mode 100644 new mode 100755 diff --git a/33-add-at-index-array/solution.js b/33-add-at-index-array/solution.js old mode 100644 new mode 100755 diff --git a/33-add-at-index-array/start.js b/33-add-at-index-array/start.js old mode 100644 new mode 100755 index fe67023..2d2af0c --- a/33-add-at-index-array/start.js +++ b/33-add-at-index-array/start.js @@ -8,3 +8,5 @@ */ const myArray = [1, 2] +myArray.splice(10, 0, 'abc') +console.log(myArray) \ No newline at end of file diff --git a/34-array-of-objects/.DS_Store b/34-array-of-objects/.DS_Store old mode 100644 new mode 100755 diff --git a/34-array-of-objects/finish.js b/34-array-of-objects/finish.js old mode 100644 new mode 100755 diff --git a/34-array-of-objects/solution.js b/34-array-of-objects/solution.js old mode 100644 new mode 100755 diff --git a/34-array-of-objects/start.js b/34-array-of-objects/start.js old mode 100644 new mode 100755 diff --git a/35-object-iteration/finish.js b/35-object-iteration/finish.js old mode 100644 new mode 100755 diff --git a/35-object-iteration/solution.js b/35-object-iteration/solution.js old mode 100644 new mode 100755 diff --git a/35-object-iteration/start.js b/35-object-iteration/start.js old mode 100644 new mode 100755 diff --git a/36-random-numbers/finish.js b/36-random-numbers/finish.js old mode 100644 new mode 100755 diff --git a/36-random-numbers/solution.js b/36-random-numbers/solution.js old mode 100644 new mode 100755 diff --git a/36-random-numbers/start.js b/36-random-numbers/start.js old mode 100644 new mode 100755 diff --git a/37-for-in-loop/finish.js b/37-for-in-loop/finish.js old mode 100644 new mode 100755 diff --git a/37-for-in-loop/solution.js b/37-for-in-loop/solution.js old mode 100644 new mode 100755 diff --git a/37-for-in-loop/start.js b/37-for-in-loop/start.js old mode 100644 new mode 100755 diff --git a/38-ternary-operator/.DS_Store b/38-ternary-operator/.DS_Store old mode 100644 new mode 100755 diff --git a/38-ternary-operator/finish.js b/38-ternary-operator/finish.js old mode 100644 new mode 100755 diff --git a/38-ternary-operator/solution.js b/38-ternary-operator/solution.js old mode 100644 new mode 100755 diff --git a/38-ternary-operator/start.js b/38-ternary-operator/start.js old mode 100644 new mode 100755 diff --git a/39-foreach-with-index/finish.js b/39-foreach-with-index/finish.js old mode 100644 new mode 100755 diff --git a/39-foreach-with-index/solution.js b/39-foreach-with-index/solution.js old mode 100644 new mode 100755 diff --git a/39-foreach-with-index/start.js b/39-foreach-with-index/start.js old mode 100644 new mode 100755 diff --git a/40-map-json-to-object/finish.js b/40-map-json-to-object/finish.js old mode 100644 new mode 100755 diff --git a/40-map-json-to-object/solution.js b/40-map-json-to-object/solution.js old mode 100644 new mode 100755 diff --git a/40-map-json-to-object/start.js b/40-map-json-to-object/start.js old mode 100644 new mode 100755 diff --git a/41-find-single-post/finish.js b/41-find-single-post/finish.js old mode 100644 new mode 100755 diff --git a/41-find-single-post/solution.js b/41-find-single-post/solution.js old mode 100644 new mode 100755 diff --git a/41-find-single-post/start.js b/41-find-single-post/start.js old mode 100644 new mode 100755 diff --git a/42-is-array-sorted-or-not/finish.js b/42-is-array-sorted-or-not/finish.js old mode 100644 new mode 100755 diff --git a/42-is-array-sorted-or-not/solution.js b/42-is-array-sorted-or-not/solution.js old mode 100644 new mode 100755 diff --git a/42-is-array-sorted-or-not/start.js b/42-is-array-sorted-or-not/start.js old mode 100644 new mode 100755 diff --git a/43-compare-two-arrays/finish.js b/43-compare-two-arrays/finish.js old mode 100644 new mode 100755 diff --git a/43-compare-two-arrays/solution.js b/43-compare-two-arrays/solution.js old mode 100644 new mode 100755 diff --git a/43-compare-two-arrays/start.js b/43-compare-two-arrays/start.js old mode 100644 new mode 100755 diff --git a/44-element-is-in-array/finish.js b/44-element-is-in-array/finish.js old mode 100644 new mode 100755 diff --git a/44-element-is-in-array/solution.js b/44-element-is-in-array/solution.js old mode 100644 new mode 100755 diff --git a/44-element-is-in-array/start.js b/44-element-is-in-array/start.js old mode 100644 new mode 100755 diff --git a/45-includes-object-or-array/finish.js b/45-includes-object-or-array/finish.js old mode 100644 new mode 100755 diff --git a/45-includes-object-or-array/solution.js b/45-includes-object-or-array/solution.js old mode 100644 new mode 100755 diff --git a/45-includes-object-or-array/start.js b/45-includes-object-or-array/start.js old mode 100644 new mode 100755 diff --git a/46-push-to-array-if-not-exists/finish.js b/46-push-to-array-if-not-exists/finish.js old mode 100644 new mode 100755 diff --git a/46-push-to-array-if-not-exists/solution.js b/46-push-to-array-if-not-exists/solution.js old mode 100644 new mode 100755 diff --git a/46-push-to-array-if-not-exists/start.js b/46-push-to-array-if-not-exists/start.js old mode 100644 new mode 100755 diff --git a/47-reduce-array-of-objects/finish.js b/47-reduce-array-of-objects/finish.js old mode 100644 new mode 100755 diff --git a/47-reduce-array-of-objects/solution.js b/47-reduce-array-of-objects/solution.js old mode 100644 new mode 100755 diff --git a/47-reduce-array-of-objects/start.js b/47-reduce-array-of-objects/start.js old mode 100644 new mode 100755 diff --git a/48-reduce-to-object/finish.js b/48-reduce-to-object/finish.js old mode 100644 new mode 100755 diff --git a/48-reduce-to-object/solution.js b/48-reduce-to-object/solution.js old mode 100644 new mode 100755 diff --git a/48-reduce-to-object/start.js b/48-reduce-to-object/start.js old mode 100644 new mode 100755 diff --git a/49-sort-array-of-objects/finish.js b/49-sort-array-of-objects/finish.js old mode 100644 new mode 100755 diff --git a/49-sort-array-of-objects/solution.js b/49-sort-array-of-objects/solution.js old mode 100644 new mode 100755 diff --git a/49-sort-array-of-objects/start.js b/49-sort-array-of-objects/start.js old mode 100644 new mode 100755 diff --git a/50-template-literals/finish.js b/50-template-literals/finish.js old mode 100644 new mode 100755 diff --git a/50-template-literals/solution.js b/50-template-literals/solution.js old mode 100644 new mode 100755 diff --git a/50-template-literals/start.js b/50-template-literals/start.js old mode 100644 new mode 100755 diff --git a/51-rest-and-spread-operators/finish.js b/51-rest-and-spread-operators/finish.js old mode 100644 new mode 100755 diff --git a/51-rest-and-spread-operators/solution.js b/51-rest-and-spread-operators/solution.js old mode 100644 new mode 100755 diff --git a/51-rest-and-spread-operators/start.js b/51-rest-and-spread-operators/start.js old mode 100644 new mode 100755 diff --git a/52-default-function-parameters/finish.js b/52-default-function-parameters/finish.js old mode 100644 new mode 100755 diff --git a/52-default-function-parameters/solution.js b/52-default-function-parameters/solution.js old mode 100644 new mode 100755 diff --git a/52-default-function-parameters/start.js b/52-default-function-parameters/start.js old mode 100644 new mode 100755 diff --git a/53-enhanced-object-literals/finish.js b/53-enhanced-object-literals/finish.js old mode 100644 new mode 100755 diff --git a/53-enhanced-object-literals/solution.js b/53-enhanced-object-literals/solution.js old mode 100644 new mode 100755 diff --git a/53-enhanced-object-literals/start.js b/53-enhanced-object-literals/start.js old mode 100644 new mode 100755 diff --git a/54-array-destructuring/finish.js b/54-array-destructuring/finish.js old mode 100644 new mode 100755 diff --git a/54-array-destructuring/solution.js b/54-array-destructuring/solution.js old mode 100644 new mode 100755 diff --git a/54-array-destructuring/start.js b/54-array-destructuring/start.js old mode 100644 new mode 100755 diff --git a/55-destructure-function-result/finish.js b/55-destructure-function-result/finish.js old mode 100644 new mode 100755 diff --git a/55-destructure-function-result/solution.js b/55-destructure-function-result/solution.js old mode 100644 new mode 100755 diff --git a/55-destructure-function-result/start.js b/55-destructure-function-result/start.js old mode 100644 new mode 100755 diff --git a/56-object-destructuring/finish.js b/56-object-destructuring/finish.js old mode 100644 new mode 100755 diff --git a/56-object-destructuring/solution.js b/56-object-destructuring/solution.js old mode 100644 new mode 100755 diff --git a/56-object-destructuring/start.js b/56-object-destructuring/start.js old mode 100644 new mode 100755 diff --git a/57-array-transformation/finish.js b/57-array-transformation/finish.js old mode 100644 new mode 100755 diff --git a/57-array-transformation/solution.js b/57-array-transformation/solution.js old mode 100644 new mode 100755 diff --git a/57-array-transformation/start.js b/57-array-transformation/start.js old mode 100644 new mode 100755 diff --git a/58-delete-object-properties/finish.js b/58-delete-object-properties/finish.js old mode 100644 new mode 100755 diff --git a/58-delete-object-properties/solution.js b/58-delete-object-properties/solution.js old mode 100644 new mode 100755 diff --git a/58-delete-object-properties/start.js b/58-delete-object-properties/start.js old mode 100644 new mode 100755 diff --git a/59-extend-array/finish.js b/59-extend-array/finish.js old mode 100644 new mode 100755 diff --git a/59-extend-array/solution.js b/59-extend-array/solution.js old mode 100644 new mode 100755 diff --git a/59-extend-array/start.js b/59-extend-array/start.js old mode 100644 new mode 100755 diff --git a/60-custom-push-method-for-arrays/finish.js b/60-custom-push-method-for-arrays/finish.js old mode 100644 new mode 100755 diff --git a/60-custom-push-method-for-arrays/solution.js b/60-custom-push-method-for-arrays/solution.js old mode 100644 new mode 100755 diff --git a/60-custom-push-method-for-arrays/start.js b/60-custom-push-method-for-arrays/start.js old mode 100644 new mode 100755 diff --git a/61-sum-numbers/finish.js b/61-sum-numbers/finish.js old mode 100644 new mode 100755 diff --git a/61-sum-numbers/solution.js b/61-sum-numbers/solution.js old mode 100644 new mode 100755 diff --git a/61-sum-numbers/start.js b/61-sum-numbers/start.js old mode 100644 new mode 100755 diff --git a/62-different-functions/.DS_Store b/62-different-functions/.DS_Store old mode 100644 new mode 100755 diff --git a/62-different-functions/finish.js b/62-different-functions/finish.js old mode 100644 new mode 100755 diff --git a/62-different-functions/solution.js b/62-different-functions/solution.js old mode 100644 new mode 100755 diff --git a/62-different-functions/start.js b/62-different-functions/start.js old mode 100644 new mode 100755 diff --git a/63-function-scope/finish.js b/63-function-scope/finish.js old mode 100644 new mode 100755 diff --git a/63-function-scope/solution.js b/63-function-scope/solution.js old mode 100644 new mode 100755 diff --git a/63-function-scope/start.js b/63-function-scope/start.js old mode 100644 new mode 100755 diff --git a/64-hoisting/finish.js b/64-hoisting/finish.js old mode 100644 new mode 100755 diff --git a/64-hoisting/solution.js b/64-hoisting/solution.js old mode 100644 new mode 100755 diff --git a/64-hoisting/start.js b/64-hoisting/start.js old mode 100644 new mode 100755 diff --git a/65-ternary-operator/finish.js b/65-ternary-operator/finish.js old mode 100644 new mode 100755 diff --git a/65-ternary-operator/solution.js b/65-ternary-operator/solution.js old mode 100644 new mode 100755 diff --git a/65-ternary-operator/start.js b/65-ternary-operator/start.js old mode 100644 new mode 100755 diff --git a/66-arrow-functions/finish.js b/66-arrow-functions/finish.js old mode 100644 new mode 100755 diff --git a/66-arrow-functions/solution.js b/66-arrow-functions/solution.js old mode 100644 new mode 100755 diff --git a/66-arrow-functions/start.js b/66-arrow-functions/start.js old mode 100644 new mode 100755 diff --git a/67-default-parameters/finish.js b/67-default-parameters/finish.js old mode 100644 new mode 100755 diff --git a/67-default-parameters/solution.js b/67-default-parameters/solution.js old mode 100644 new mode 100755 diff --git a/67-default-parameters/start.js b/67-default-parameters/start.js old mode 100644 new mode 100755 diff --git a/68-presence-of-the-function-parameters/finish.js b/68-presence-of-the-function-parameters/finish.js old mode 100644 new mode 100755 diff --git a/68-presence-of-the-function-parameters/solution.js b/68-presence-of-the-function-parameters/solution.js old mode 100644 new mode 100755 diff --git a/68-presence-of-the-function-parameters/start.js b/68-presence-of-the-function-parameters/start.js old mode 100644 new mode 100755 diff --git a/69-object-destructuring/finish.js b/69-object-destructuring/finish.js old mode 100644 new mode 100755 diff --git a/69-object-destructuring/solution.js b/69-object-destructuring/solution.js old mode 100644 new mode 100755 diff --git a/69-object-destructuring/start.js b/69-object-destructuring/start.js old mode 100644 new mode 100755 diff --git a/70-destructuring-and-rest-operator/finish.js b/70-destructuring-and-rest-operator/finish.js old mode 100644 new mode 100755 diff --git a/70-destructuring-and-rest-operator/solution.js b/70-destructuring-and-rest-operator/solution.js old mode 100644 new mode 100755 diff --git a/70-destructuring-and-rest-operator/start.js b/70-destructuring-and-rest-operator/start.js old mode 100644 new mode 100755 diff --git a/71-spread-operator/finish.js b/71-spread-operator/finish.js old mode 100644 new mode 100755 diff --git a/71-spread-operator/solution.js b/71-spread-operator/solution.js old mode 100644 new mode 100755 diff --git a/71-spread-operator/start.js b/71-spread-operator/start.js old mode 100644 new mode 100755 diff --git a/72-copy-array/finish.js b/72-copy-array/finish.js old mode 100644 new mode 100755 diff --git a/72-copy-array/solution.js b/72-copy-array/solution.js old mode 100644 new mode 100755 diff --git a/72-copy-array/start.js b/72-copy-array/start.js old mode 100644 new mode 100755 diff --git a/73-template-literals/finish.js b/73-template-literals/finish.js old mode 100644 new mode 100755 diff --git a/73-template-literals/solution.js b/73-template-literals/solution.js old mode 100644 new mode 100755 diff --git a/73-template-literals/start.js b/73-template-literals/start.js old mode 100644 new mode 100755 diff --git a/74-object-destructuring/finish.js b/74-object-destructuring/finish.js old mode 100644 new mode 100755 diff --git a/74-object-destructuring/solution.js b/74-object-destructuring/solution.js old mode 100644 new mode 100755 diff --git a/74-object-destructuring/start.js b/74-object-destructuring/start.js old mode 100644 new mode 100755 diff --git a/75-iterate-over-string/finish.js b/75-iterate-over-string/finish.js old mode 100644 new mode 100755 diff --git a/75-iterate-over-string/solution.js b/75-iterate-over-string/solution.js old mode 100644 new mode 100755 diff --git a/75-iterate-over-string/start.js b/75-iterate-over-string/start.js old mode 100644 new mode 100755 diff --git a/76-swap-values/finish.js b/76-swap-values/finish.js old mode 100644 new mode 100755 diff --git a/76-swap-values/solution.js b/76-swap-values/solution.js old mode 100644 new mode 100755 diff --git a/76-swap-values/start.js b/76-swap-values/start.js old mode 100644 new mode 100755 diff --git a/77-function-closures/finish.js b/77-function-closures/finish.js old mode 100644 new mode 100755 diff --git a/77-function-closures/solution.js b/77-function-closures/solution.js old mode 100644 new mode 100755 diff --git a/77-function-closures/start.js b/77-function-closures/start.js old mode 100644 new mode 100755 diff --git a/78-classes/finish.js b/78-classes/finish.js old mode 100644 new mode 100755 diff --git a/78-classes/solution.js b/78-classes/solution.js old mode 100644 new mode 100755 diff --git a/78-classes/start.js b/78-classes/start.js old mode 100644 new mode 100755 diff --git a/79-iterate-over-object/finish.js b/79-iterate-over-object/finish.js old mode 100644 new mode 100755 diff --git a/79-iterate-over-object/solution.js b/79-iterate-over-object/solution.js old mode 100644 new mode 100755 diff --git a/79-iterate-over-object/start.js b/79-iterate-over-object/start.js old mode 100644 new mode 100755 diff --git a/80-sum-of-positive-and-negative-numbers/finish.js b/80-sum-of-positive-and-negative-numbers/finish.js old mode 100644 new mode 100755 diff --git a/80-sum-of-positive-and-negative-numbers/solution.js b/80-sum-of-positive-and-negative-numbers/solution.js old mode 100644 new mode 100755 diff --git a/80-sum-of-positive-and-negative-numbers/start.js b/80-sum-of-positive-and-negative-numbers/start.js old mode 100644 new mode 100755