From 4e9a33542f138b5ac2f727e3d785ab1cc829a04f Mon Sep 17 00:00:00 2001 From: Vse Mozhe Buty Date: Sun, 1 Nov 2020 22:54:30 +0200 Subject: [PATCH] Correct comment in 1.13.1 Strictly speaking, there is no error here, as `typeof` does not produce errors with undefined variables. --- 1-js/13-modules/01-modules-intro/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/13-modules/01-modules-intro/article.md b/1-js/13-modules/01-modules-intro/article.md index e9e1fc24..9afe0fda 100644 --- a/1-js/13-modules/01-modules-intro/article.md +++ b/1-js/13-modules/01-modules-intro/article.md @@ -260,7 +260,7 @@ Compare to regular script below: