Skip to content

fixed typos and inacurracies #17

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

Merged
merged 5 commits into from
Oct 10, 2018
Merged

fixed typos and inacurracies #17

merged 5 commits into from
Oct 10, 2018

Conversation

mindaugasmacevicius
Copy link
Contributor

No description provided.

Copy link
Member

@bevacqua bevacqua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for this bit:

- console.log(+new Value(5).add(3).multiply(2)) // <- 16
+ console.log(new Value(5).add(3).multiply(2)) // <- 16

Could you revert that? The outcome if you don't cast to a number via either + or .valueOf() is Value { state: 16 }, not just 16

@bevacqua bevacqua merged commit f3a355a into mjavascript:master Oct 10, 2018
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

Successfully merging this pull request may close these issues.

2 participants