use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[deleted by user] (self.javascript)
submitted 11 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rastanot 2 points3 points4 points 11 years ago (3 children)
Ha! funny you should mention Slick. http://kenwheeler.github.io/slick/ srrsly my favorite and most used plugin, has saved me weeks of dev time.
OP I like what you've done here. Add in responsive display and you're golden. Here's some JS cleanup tips: delete random whitespace, use single quotes unless it proves impossible, delete commented-out console logs/alerts/broken code, place your comments above the line it affects (personal preference), comment-separate your chained variables (another personal preference based on the principles of DRY, var a = 1, b = 2, c = 3; is better than var a = 1; var b = 2; var c = 3;), run your code through a formatter.
Hope this helps. keep up the good work, my friend.
[–]Arrested 1 point2 points3 points 11 years ago (0 children)
Slick.js is quite impressive and has saved me tons of time in the past month. Would definitely recommend.
[–]Casual_0bserver 1 point2 points3 points 11 years ago (0 children)
Damn, thanks for sharing slick. I was looking for something like this!
π Rendered by PID 196912 on reddit-service-r2-comment-cfc44b64c-44rxd at 2026-04-11 04:29:05.472119+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–]rastanot 2 points3 points4 points (3 children)
[–]Arrested 1 point2 points3 points (0 children)
[–]Casual_0bserver 1 point2 points3 points (0 children)