Created
March 5, 2022 14:38
-
-
Save K-Vishwak/05b09ebfc78e3ace41e964a837a370b6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 characters
'use strict'; | |
let public = 10; | |
console.log(public); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment