This link is over 5 years old and may be outdated.
This link is over 5 years old and may be outdated.
This link is over 5 years old and may be outdated.

Posted in r/javascript by u/wadie31 • 222 points and 21 comments

JavaScript reddit.com July 14, 2020 Yesterday
This link is over 5 years old and may be outdated.
This link is over 8 years old and may be outdated.

In tips to learn React + Redux you will get a list of best practices and tips to learn React JS and Redux. The tutorial covers various topics in Redux, ES6 and React like testing, components and state…

JavaScript robinwieruch.de March 15, 2017 May 26, 2025
This link is over 8 years old and may be outdated.

Let's learn React and Redux with Javascript's new ES6 syntax, from Beginner to Intermediate to Advanced. Chapter 01 Introduction Files for each lesson can be...

JavaScript youtube.com February 28, 2017 Yesterday
This link is over 9 years old and may be outdated.

This tutorial is the final of a three-part series by Brad Westfall. We'll learn how to manage state across an entire application efficiently and in a way t

JavaScript css-tricks.com February 16, 2017 May 26, 2025
This link is over 9 years old and may be outdated.

Interested in Learning React but having trouble getting started? We'll teach you how it all works - for free Over the next 30 days, we'll walk through everything you need to know to work with React. F...

JavaScript fullstackreact.com January 12, 2017 May 26, 2025
This link is over 9 years old and may be outdated.

This is the first article of a series on functional programming in dynamically typed languages such as Javascript.

JavaScript medium.com November 19, 2016 Yesterday
This link is over 9 years old and may be outdated.

I have three weeks to learn JS. I bumped into someone at a networking event - he likes me a lot. I encompass 3/4 of the things I need to be able...

JavaScript reddit.com October 28, 2016 Yesterday
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.

In this Slack chat, we bring together web and mobile development experts to discuss whether the jQuery project is still useful for modern web development.

JavaScript developer.telerik.com October 28, 2016 May 26, 2025
This link is over 9 years old and may be outdated.

If you’re a newcomer to JavaScript, jargon like “module bundlers vs. module loaders,” “Webpack vs. Browserify” and “AMD vs. CommonJS” can…

JavaScript medium.com October 28, 2016 Yesterday
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.

Apply the principles of purely functional languages to your JavaScript to gain more reliable, self-documenting codebases.

JavaScript alistapart.com October 28, 2016 May 26, 2025
This link is over 9 years old and may be outdated.

Understand the difference between classes and prototypes to unlock JavaScript’s dynamic hidden superpower: delegation.

JavaScript alistapart.com October 28, 2016 May 26, 2025
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.
This link is over 9 years old and may be outdated.
This link is over 11 years old and may be outdated.

In meinem letzten Beitrag, dem ersten Teil der Serie “The State of JavaScript”, bin ich auf die aktuelle Verbreitung von JavaScript eingegangen. In diesem Beitrag werde ich mich mit JavaScript Frontend-Frameworks beschäftigen. via Pocket

JavaScript liechtenecker.at January 21, 2015 May 26, 2025
This link is over 11 years old and may be outdated.

When jQuery was first introduced, it changed the world. It gave us all the ability to refer to elements on the page from JavaScript, like we could in CSS. Not only that, but it gave us an API for these elements that was miles ahead of what the browser had. via Pocket

JavaScript creativebloq.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

Screencast created by Tuts+Premium in association with net magazine and Creative Bloq. With browser performance improving, along with the steady adoption of new HTML5 APIs, the volume of JavaScript on the web is growing. via Pocket

JavaScript creativebloq.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

Have you ever come across a bit of JavaScript like $(".cta").click(function(){}) and thought, “What the $('#x') is that” If it looks like gibberish to you, then please read on. If you think that snippet of code couldn’t possibly be real, then please browse some jQuery examples1. via Pocket

JavaScript smashingmagazine.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

A lot of JavaScript developers out there, myself included, love jQuery. And rightly so! Like any great tool, it makes our lives easier. When building something with a large amount of front-end code, like a robust site or application, jQuery is a powerful ally. via Pocket

JavaScript alistapart.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

While I’ve worked over a decade building various websites, it has only been the past 3 years that I’ve started learning more on how to work with plain JavaScript, instead of using jQuery always as the starting point. via Pocket

JavaScript blog.adtile.me August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

Composing multiple functions to create more complex ones is a common utility in any programming language. And the ability to construct functions in a way that is easily composable is a true talent, but it really shines with code maintenance and reuse. via Pocket

JavaScript blakeembrey.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

JavaScript is a fully-featured Object-Oriented programming language. On the surface, it shares syntactical similarities with Java and C, but the mentality is quite different. At its core, JavaScript is more similar to functional languages. via Pocket

JavaScript codetunnel.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

To be a good Javascript developer you have to master in developer tool and more specifically console tab of dev tool. See the 15 tricks that will make you th... via Pocket

JavaScript youtube.com August 1, 2014 Yesterday
This link is over 11 years old and may be outdated.

This article explores the various ways you can create objects with the JavaScript language, and through this exploration finds that there is much to learn about the language! via Pocket

JavaScript codeproject.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

Preface: Nothing in this post is necessarily new, or even anything I thought of first (save for a name or two). via Pocket

JavaScript alexsexton.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

As web developers, we have all tried many different tools, IDE’s and text editors to improve our daily workflow. Apart from the old-fashioned vim/emacs lover, many of us currently use either Sublime Text (with its great collection of plugins) or WebStorm. via Pocket

JavaScript modernweb.com August 1, 2014 May 26, 2025
This link is over 11 years old and may be outdated.

JavaScript has many great style guides. Thus, there is no need to write yet another one. Instead, this blog post describes commonly accepted meta style rules and conventions that I like that are controversial. The idea is to help you make a more informed decision about what is right for you. via Pocket

JavaScript 2ality.com August 1, 2014 May 26, 2025
This link is over 12 years old and may be outdated.
This link is over 12 years old and may be outdated.

38,565 Views A presentation about tricks and best practice ideas of how to use JavaScript given in our office in India as part of an internal training. A presentation about tricks and best practice ideas of how to use JavaScript given in our office in India as part of an internal training. via Pocket

JavaScript de.slideshare.net September 4, 2013 May 26, 2025
This link is over 12 years old and may be outdated.

Great design is a product of care and attention applied to areas that matter, resulting in a useful, understandable, and hopefully beautiful user interface. But don’t be fooled into thinking that design is left only for designers. via Pocket

JavaScript alistapart.com June 27, 2013 May 26, 2025
This link is over 12 years old and may be outdated.

We’ve all been there: that bit of JavaScript functionality that started out as just a handful of lines grows to a dozen, then two dozen, then more. Along the way, a function picks up a few more arguments; a conditional picks up a few more conditions. via Pocket

JavaScript alistapart.com June 27, 2013 Yesterday
This link is over 12 years old and may be outdated.

JavaScript is an interesting language. It is quite different from any other language I’ve used, and it takes a while to really notice and understand the nuances if you don’t have a good way of learning. via Pocket

JavaScript joezimjs.com June 27, 2013 May 26, 2025
This link is over 12 years old and may be outdated.

JavaScript. At once bizarre and yet beautiful, it is surely the programming language that Pablo Picasso would have invented. Null is apparently an object, an empty array is apparently equal to false, and functions are bandied around as though they were tennis balls. via Pocket

JavaScript coding.smashingmagazine.com June 27, 2013 May 26, 2025
This link is over 13 years old and may be outdated.
This link is over 13 years old and may be outdated.

Every aspiring web developer should know about the power of JavaScript and how it can be used effectively to enhance the ways in which see and interact with web pages. Fortunately, to help us be more...

JavaScript coding.smashingmagazine.com May 31, 2012 May 26, 2025
This link is over 14 years old and may be outdated.

Whether we like it or not, more and more developers are being introduced to the world of JavaScript through jQuery first. In many ways, these newcomers are the lucky ones. They have access to a...

JavaScript net.tutsplus.com January 20, 2012 May 26, 2025
This link is over 14 years old and may be outdated.

jQuery plugin patterns you have to know about. This post is targeted at intermediate to advanced developers. If you don’t feel you’re ready for this just yet, I’m happy to recommend the official...

JavaScript coding.smashingmagazine.com October 12, 2011 May 26, 2025
This link is over 14 years old and may be outdated.

Touch-friendly JavaScript image gallery for mobile and desktop, without dependencies. Responsive layout. Swipe and zoom gestures.

Programming photoswipe.com September 28, 2011 May 26, 2025
This link is over 14 years old and may be outdated.

勃起不全は、男性であるならば深刻な問題です。年老いてからであればまだしも、まだ若い時になってしまいますと立ち直るのもツライです。では、勃起不全を予防する事が出来るのでしょうか。その対策を見ていきましょう。

JavaScript jfontsize.com September 28, 2011 May 26, 2025
This link is over 14 years old and may be outdated.

I use a datepicker for choosing an appointment day. I already set the date range to be only for the next month. That works fine. I want to exclude Saturdays and Sundays from the available choice...

JavaScript stackoverflow.com September 28, 2011 May 26, 2025
This link is over 14 years old and may be outdated.

One challenge I encountered was the need to prevent specific days from being picked. Here's the jQuery javascript I used to accomplish that.

Programming davidwalsh.name September 28, 2011 May 26, 2025
This link is over 14 years old and may be outdated.

Different ways to declare a JavaScript/jQuery functions and which one you should use from get/set, $.fn, jQuery.fn, jQuery.prototype, jQuery.fn.extend etc.

JavaScript jquery4u.com August 30, 2011 May 26, 2025
This link is over 14 years old and may be outdated.

Web Development Training Courses for Teams. Expert-led, hands-on learning for software training.

JavaScript learn.appendto.com August 16, 2011 May 26, 2025
This link is over 16 years old and may be outdated.

For the last few years jQuery has been the jewel in Javascripts crown. Its rapid rise in popularity not only reflects how powerful a tool it is but also how relatively easy it is to work with. It is...

JavaScript designreviver.com January 28, 2010 Yesterday
This link is over 16 years old and may be outdated.

A few days back I debuted a sweet article that made use of MooTools javascript and opacity to show focus on a specified element. Here's how to accomplish that feat using jQuery.

JavaScript davidwalsh.name August 30, 2009 Yesterday
This link is over 16 years old and may be outdated.

Some days before we are using flash for buttons, gallery etc, later now JavaScript frameworks like jQuery, Mootools , Scriptallicious and Prototype replace the flash with a light weight code and we...

JavaScript dzineblog.com August 12, 2009 Yesterday
This link is over 16 years old and may be outdated.

Take the most popular CMS, WordPress, and then take the easiest and most versatile of Javascript libraries, jQuery, and you have a match made in heaven. Implementing jQuery within WordPress...

JavaScript speckyboy.com August 8, 2009 May 26, 2025
This link is over 16 years old and may be outdated.

MooTools is a JavaScript framework that focus on being flexible, modular and compact. While still not on par in number of resources with other JavaScript frameworks such as jQuery, the MooTools...

JavaScript smashingmagazine.com July 29, 2009 Yesterday
This link is over 16 years old and may be outdated.
This link is over 16 years old and may be outdated.

jQuery, one of the most popular JavaScript library, has a huge selection of plugins which makes it more powerful. On the other hand, there are much more codes/modules, from simple alert functions to...

JavaScript webresourcesdepot.com March 16, 2009 May 26, 2025
This link is over 16 years old and may be outdated.

As the Web grows and becomes more dynamic, more and more websites have user-generated content and tools that greatly improve the user experience in terms of usability and accessibility. Interactive...

JavaScript smashingmagazine.com March 8, 2009 May 26, 2025

Curated Drops · © 2026