JS - Strings
Basic Declaration and initialization const name = "gambit" const repoCount = 10 console.log('Hello my name is '+name+' and my repo count is '+repoCount); Output Hello my name is gambit and my repo c
Apr 2, 20264 min read14

Search for a command to run...