Explore tweets tagged as #VariableDeclaration
@FelippeRegazio Pra quem ficou curioso sobre o "inner", usando o dá pra ver que é um "LabeledStatement" e não muda em nada a criação do "BlockStatement" que faz qualquer "VariableDeclaration" ser escopado pro bloco. Mais sobre labels:
1
0
8
JS - Auto-initialisation behaviour of `let` vs `var` #variabledeclaration #variableinitialization #scope #javascript #hoisting
0
1
0
TLDR of how it works. tokenize():.Turns `boop a = 3` to [{token: 'boop', type: 'variableDeclarator'}, {token: 'a', type: 'identifier'}, . ]. parse():.Turns token array to AST {type: 'VariableDeclaration', id: {type: 'Identifier', name: 'a'}, init: {type: 'Number', value: 3}}
I made a programming language this weekend 🥳. Here's "blep"! define variables with `boop` and print with `bark`. boop a = 3;.boop b = 5;.bark(a + b). npm install -g blep.
2
0
14
Thread alert! Let's talk about JavaScript variable declaration types. 🧵👇. #javascript #programming #js #devbubble #variabledeclaration
1
2
1
🧠 Java: “Let me formally introduce the variable with full credentials.”.🐍 Python: “Just say the name, I’ll figure it out.”.#JavaVsPython #CodingMemes #DeveloperHumor #PythonFlex #JavaStrict #ProgrammingLaughs #VariableDeclaration #CodeWars #TechMeme .
0
0
0
Question 1: What is the value of x after the following code execution?.#VariableDeclaration.#BlockScope.#Hoisting.#GlobalScope.#VariableShadowing.#UndefinedBehavior.#ConditionalStatements.#FunctionInvocation.#CodeOutput.#JavaScriptQuiz
0
0
0
Variable declaration in Javascript. #VariableDeclaration #Javascript #JavaScriptTutorial #Coding #WebDevelopment #JavaScriptTips #LearnJavaScript #Programming #CodingForBeginners #JSBasics #ObjectOriented #TechTalk #DevCommunity #WebDev #CodeNewbie #Es6
0
0
0
What do you think will be printed on the console? .#JavaScript #WebDevelopment #Programming #VariableDeclaration #Hoisting #LetVsVar #ConstVsVar #CodingTips #TechTips #developertips . Follow for more: @AzeemAleem12 @sajjadalidev
0
1
3