Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: multiplication (asterisk character) renders as whitespace #210

Open
dwinston opened this issue Jun 19, 2020 · 0 comments
Open

bug: multiplication (asterisk character) renders as whitespace #210

dwinston opened this issue Jun 19, 2020 · 0 comments
Assignees

Comments

@dwinston
Copy link
Contributor

Examples in rendered text:

  • This means that if we assign 100 to x, call oneMore(2 x + 1)
    image
    image
  • console.log(oneMore(3 * 2)), Behind the scenes, JavaScript allocates a nameless temporary variable to hold the value of 3 2, then passes
    image

I've just encountered two examples so far. I'm guessing that the asterisk might need an escape character, i.e. \*, to render properly? I don't know. I searched the Issues here, so I don't think this is a duplicate report. If it is, my apologies. Thank you for offering this great resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants