ga-wdi-exercises / wdi22-javascript-cheatsheets

3 stars 11 forks source link

Conditionals page #11

Closed jasonptoups closed 6 years ago

superbuggy commented 6 years ago

Alternatively you can replace the single quotes with backticks `.

superbuggy commented 6 years ago

Example...

const stringy = `a string with "double quotes" and 'single quotes'. with backticks \`\` you have to escape with backslash`

This is awesome btw!

jasonptoups commented 6 years ago

Oh thanks! I will make that fix and then resubmit

aspittel commented 6 years ago

Looks awesome!