question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with "Operator precedence": Code in tables is undreadable

See original GitHub issue

MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence

What information was incorrect, unhelpful, or incomplete?

The code blocks inside the table are unreadable.

Specific section or headline?

All <pre> blocks inside tables

What did you expect to see?

A code block similar to the ones outside of tables.

Did you test this? If so, how?

N/A

MDN Content page report details

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
schalkneethlingcommented, Jul 22, 2021
1reaction
teoli2003commented, Jul 17, 2021

@peterbe, I think this is an issue for mdn/yari or mdn/mdn-minimalist. Can you transfer the issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Operator precedence is broken - foonathan::​blog()
If there is a common usage and interaction of certain operators, the precedence should “just work”. It is simply not beneficial if you...
Read more >
operator precedence in C? - Stack Overflow
Operator precedence specifies how an expression is parsed, ... 2)) || ((y % 2) && ((z++) % 2)) ); is an unreadable mess,...
Read more >
Operator Precedence - Introduction to Programming in Java
Operator precedence specifies the manner in which operands are grouped with operators. For example, 1 + 2 * 3 is treated as 1...
Read more >
Operator precedence - JavaScript - MDN Web Docs - Mozilla
Operator precedence determines how operators are parsed concerning each other. Operators with higher precedence become the operands of ...
Read more >
Better Operator Precedence | Hacker News
The problem with operator precedence is just that - any operator precedence rule is an arbitrary convention. I'm not saying that conventions are ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found