Last active
July 20, 2022 08:27
-
-
Save kurt-liao/c41eb0847254fa245ef1d5de2bf67e10 to your computer and use it in GitHub Desktop.
Javascript ES13 Features
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
| class Person { | |
| name = 'Kurt' | |
| getName() { | |
| return this.name | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment