Tag: Variables
4 posts
-
[2026] Java Variables and Types | Primitives, References, and Casting
Java primitives and references in one place: sizes, literal rules (L and f suffixes), String pool and equals, arrays, casting, autoboxing pitfalls, and ...
-
[2026] JavaScript Variables and Data Types | let, const, and var Explained
Deep dive into JavaScript variables: let, const, var, scope, hoisting, primitives, type coercion, and common mistakes—with runnable examples.
-
[2026] Python Basics | Variables, Operators, Conditionals, and Loops — Complete Guide
Learn Python syntax: variables, operators, if/elif/else, for/while loops, and indentation. Clear examples for beginners and interview prep.
-
[2026] Go in 2 Weeks #01 | Days 1–2: Go Philosophy & Core Syntax — A C++ Developer’s First Steps
Go tutorial for C++ devs: install Go, := and var, for/range, garbage collection, go fmt, packages, and modules—side by side with C++. Golang basics and ...