Toggle Sidebar
Home
Blogs
Bookmarks
Forums
New
Search
Author
Write
Drafts
Shortcuts
?
Theme
Toggle theme
Resources
Sign in
Terms
Privacy
© 2026 LinearBytes Inc.
Search Hashnode
Search posts, tags, users, and pages
Comment by j on "What are some interesting gotcha's you've come across when learning a new language, framework, etc." | Hashnode
Thread
Popular posts
Comment
What are some interesting gotcha's you've come across when learning a new language, framework, etc.
J
j
stuff ;)
Apr 23, 2017
magic methods in php they are a classic gottcha in PHP
PHP and JS ... object references so using one "new Datetime()" and changing the date at the last point changes it everywhere ;D .... or in JS setTimeout + using a reference ....
4
Reply