diff --git a/bundles/lectures-1/lecture.html b/bundles/lectures-1/lecture.html index 37dc248..4bed7e3 100644 --- a/bundles/lectures-1/lecture.html +++ b/bundles/lectures-1/lecture.html @@ -59,7 +59,7 @@
var str = new String('some');
- if (typeof some !== 'string') {
+ if (typeof str !== 'string') {
console.log('Вроде строка а вроде нет');
}
@@ -292,11 +292,11 @@ {
var a = 3;
}
- conosle.log(a);
+ console.log(a);
}
- conosle.log(a);
+ console.log(a);
foo()
- conosle.log(a)
+ console.log(a)
var x = 123;
x.toString()
@@ -540,7 +540,7 @@ Немного об объектах