Skip to content

Instantly share code, notes, and snippets.

@ABIDULLAH786
Created August 3, 2023 12:54
// Longhand
let x;
let y;
let z = "a";
// Shorthand
let x, y, z = "a";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment