k
Size: a a a
k
Э
k
Э
ST
С
МВ
PK
SM
С
В
hi
def hi
puts "hello"
end
hi
hi();
function hi() {
echo "Word!\n";
}
hi();
Э
SM
🌑
Э
Э
Uncaught ReferenceError: can't access lexical declaration 'hi' before initialization
hi()
const hi = () => {
alert("hi")
}
Э
В
Э