// Declaring Variables javascript // Longhand method: let x; let y; let z = 3; // Shorthand : let x, y, z=3;