scrimba
Основы JavaScript
Немедленно выполняющиеся функции (IIFE)
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Немедленно выполняющиеся функции (IIFE)
AboutCommentsNotes
Немедленно выполняющиеся функции (IIFE)
Expand for more info
index.js
run
preview
console
var firstName = "Alex";



console.log(firstName);
Console
"Alex"
,
index.html
-2:47