/variable declaration.js Secret
Created
August 3, 2023 12:54
Revisions
-
ABIDULLAH786 created this gist
Aug 3, 2023 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ // Longhand let x; let y; let z = "a"; // Shorthand let x, y, z = "a";