Skip to content

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

@dwinston

Description

@dwinston

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions