Last active
June 29, 2017 13:15
-
-
Save stagfoo/86dc41db05954f5caada98be47ab0eca 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
| // All examples of strings saved in variables | |
| var example1 = "Happy am I; from care I'm free!"; | |
| var example2 = '"Avast, ye lubbers!" roared the technician.'; | |
| var example3 = "45"; | |
| var example4 = 'c'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment