JavaScript Tips
@JavaScriptWsdom
Insightful and practical JavaScript wisdom.
Dit vind je misschien leuk
Which is your fav framework?
Let’s automate tasks with...
You might not need jQuery, as post-IE8 browsers are pretty easy to deal with. Read more at youmightnotneedjquery.com
A great article from Douglass Crockford about using private members in JavaScript javascript.crockford.com/private.html
Testing in Chrome 36, Array.prototype.filter is 95% slower than a for loop jsperf.com/aarontgrogg-ar…
Modern browsers adhering to ECMA Script 5.1 support the indexOf method on arrays. ecma-international.org/ecma-262/5.1/#…
JavaScript doesn't have block scope; program accordingly.
String concatenation performance can vary dramatically from browser to browser. For example, run jsperf.com/string-concate… in IE and Chrome.
We all love jQuery and Underscore, but when it comes to speed, prefer native for-loops over _.each or $.each jsperf.com/jquery-each-vs…
Prefer checking equality using === rather than ==. === compares value _and_ type, is more explicit and also slightly faster #JavaScript
Follow this account to suggest and receive JavaScript tips and advice! #JavaScript #jQuery
If using global variables, prefix them with "window" so that scope resolution is clearly understood by the dev. (I.e. window.[identifier])
United States Trends
- 1. Jets 108K posts
- 2. Sauce 78.4K posts
- 3. Sauce 78.4K posts
- 4. Breece 13.3K posts
- 5. Garrett Wilson 4,740 posts
- 6. $JFB N/A
- 7. Cheney 219K posts
- 8. AD Mitchell 6,137 posts
- 9. Courtois 9,755 posts
- 10. Shaheed 15.8K posts
- 11. Jerry 54.8K posts
- 12. Mazi Smith 4,820 posts
- 13. Jermaine Johnson 2,975 posts
- 14. #JetUp 1,546 posts
- 15. Merino 30.6K posts
- 16. Indy 16.9K posts
- 17. #NFLtradedeadline N/A
- 18. Aaron Glenn N/A
- 19. Minkah 5,445 posts
- 20. Bayern 93.9K posts
Dit vind je misschien leuk
Something went wrong.
Something went wrong.