Just my random coding struggles with some hip hop sprinkled in #vitalgroundz. While your here click a Ad or two.
Monday, July 9, 2018
Basic JavaScript: Appending Variables to Strings
Just as we can build a string over multiple lines out of string literals, we can also append variables to a string using the plus equals (+=) operator.
Set someAdjective and append it to myStr using the += operator.
No comments:
Post a Comment