Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
codenirvana
6y ago
0 comments
Save
Share
Only helps with const. Better use linting to avoid such issues.
0 comments
3 comments · 1 top-level
top
newest
oldest
kdmccormick
6y ago
· 2 in thread
> Only helps with const.
Can you elaborate?
wbercx
6y ago
If the `x` in the example was a const, it would throw an error because the code attempts to assign the value of `y` to `x`. You cannot assign a new value to a const.
kdmccormick
6y ago
What I'm saying is that you wouldn't accidentally type `let x = y` when you meant to type `x == y`
j
/
k
navigate · click thread line to collapse