#functions
All links tagged #functions
Posted in r/javascript by u/iamnearafan • 7 points and 1 comment
Posted in r/javascript by u/shadowsyntax • 117 points and 10 comments

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...
This is the first article of a series on functional programming in dynamically typed languages such as Javascript.
understanding-es6 - Simple examples to help you understand ES6
138 points and 45 comments so far on reddit
16 points and 4 comments so far on reddit

Apply the principles of purely functional languages to your JavaScript to gain more reliable, self-documenting codebases.
111 points and 31 comments so far on reddit
7 points and 3 comments so far on reddit
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 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
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
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

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

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 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. 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
via Pocket

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...
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.