update js

This commit is contained in:
2025-03-25 16:40:25 +03:00
parent f26d9d8512
commit b944823298
60 changed files with 154 additions and 67 deletions

View File

@@ -92,4 +92,6 @@ typeof function(){} == "function" // именно для функций
+function() {
alert("Выражение начинается с унарного плюса");
}();
```
```
🚀 **Источник: [https://learn.javascript.ru/variables](https://learn.javascript.ru/variables)**