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

New topics #7

Open
sofer opened this issue Dec 29, 2015 · 3 comments
Open

New topics #7

sofer opened this issue Dec 29, 2015 · 3 comments

Comments

@sofer
Copy link
Owner

sofer commented Dec 29, 2015

Just a list of new stuff that we might want to cover.

@sofer
Copy link
Owner Author

sofer commented Dec 29, 2015

1 === 1

but,

[] !== []

(beware of comparing objects)

@sofer
Copy link
Owner Author

sofer commented Dec 29, 2015

 > 1 + 1
=> 2

 > 1 + '1'
=> '11'

 > 1 - '1'
=> 0

(beware of type coercion--and remember that all data received via HTTP is treated as a string and will have to be type checked or you might have a problem with your calculations)

@sofer
Copy link
Owner Author

sofer commented Dec 29, 2015

Pointers, passing by reference, passing by value &c.

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

1 participant