Search code examples
How to access a subarray value in an associative array...


phparraysvariable-declaration

Read More
Undefined variable when declaring a for() loop...


phpfor-loopvariable-declaration

Read More
Why does declaring variable values with .= inside a loop append each new text to all previous text?...


phploopsconcatenationvariable-declaration

Read More
Why can’t I assign to an array element in a “var” statement?...


javascriptarraysvariable-assignmentvariable-declaration

Read More
How are variables and class fields supposed to be declared in Python?...


pythonvariable-declaration

Read More
Why do some variables declared using let inside a function become available in another function, whi...


javascriptvariable-declaration

Read More
Why does `int ;` compile fine in C, but not in C++?...


c++cgcclanguage-lawyervariable-declaration

Read More
Is there a way to define variables of two different types in a for loop initializer?...


c++for-loopscopeinitializervariable-declaration

Read More
"Parse error: syntax error, unexpected T_DOUBLE_ARROW" when trying to assign a variable va...


phpcodeignitervariable-declaration

Read More
Incorrect value from expression result variable declared as Long...


vbavariable-declaration

Read More
window[name] equivalent to dynamically access const and let declarations...


javascriptbrowserconstantsvariable-declarationwindow-object

Read More
Explicit variable declaration...


c#entity-frameworksyntaxvariable-declaration

Read More
C# Var vs Target-typed new...


c#varvariable-declaration

Read More
What does it do to declare a variable with an assignment expression (`var a = b = c`)?...


javascriptassignment-operatorvariable-declaration

Read More
How assignment works in JavaScript?...


javascriptvariable-assignmentvariable-declaration

Read More
Why does a variable assignment evaluate to a value, but a variable declaration using the `var` keywo...


javascriptvariable-declaration

Read More
How to declare multiple variables with specifying type using As in VBA?...


excelvbadeclarationvariable-declaration

Read More
What versions of C allow you to declare variables in for loops?...


cfor-loopgcclanguage-lawyervariable-declaration

Read More
Can a `var` declaration be split into multiple lines without repeating the `var` keyword?...


javascriptvariable-declaration

Read More
Var Declarations in Javascript...


javascriptvariable-declaration

Read More
Can a variable declaration refer to other variables declared on the same line?...


javascriptvariable-declarationvariable-initialization

Read More
What does it mean when the `var` keyword is followed by multiple variable names?...


javascriptvariable-declaration

Read More
Square brackets around variable name (Javascript)...


javascriptdestructuringvariable-declaration

Read More
How can I use a declaration pattern outside of an if condition?...


c#compiler-errorspattern-matchingvariable-assignmentvariable-declaration

Read More
Declaring variables inside loops, good practice or bad practice?...


c++loopsvariable-declaration

Read More
Variable used inside function reported not used...


govariablesscopevariable-declaration

Read More
Assigning a variable to itself in its own declaration...


cvariable-declaration

Read More
Why doesn't this C++ code cause a conflicting declaration error?...


c++variable-declaration

Read More
Function declarations precedence/overwriting variable declarations? Hoisting? Why?...


javascriptfunctional-programmingvariable-declarationhoistingjavascript-function-declaration

Read More
Initialization of C# string array...


c#arraysstringvariable-declarationvariable-initialization

Read More
BackNext