| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-authored-by: Burhan Ali <1482649+biggianteye@users.noreply.github.com>
Yes reviewers, ` \`\` \` \`\` ` is the only way to put backticks in backtics in Jekyll. I tried \
| Back | FazBrowse Home | New Git URL |
(This is a draft, it is based on a previous PR #503 and will not be able to be merged without the previous one)
Another ES6 feature is template literals (MDN), which are strings that are denoted with backticks (`) instead of quotes. These allow for string interpolation like this:
I have added an explainer to Lesson 1 and replaced (hopefully) all uses of string additon ("Hello" + name) with template literals. I'm hoping this syntax is clearer to beginners (what is a string plus a number? number plus a string?)