Explore >> Select a destination


You are here

www.jeremymorgan.com
| | golangbot.com
11.9 parsecs away

Travel
| | Learn how to write functions in Go with simple examples. It is possible to return multiple values from Go functions.
| | skilldrick.co.uk
13.0 parsecs away

Travel
| | In this post, I'm going to attempt to explain what closures are and how to use them. Many modern (and some not-so-modern) programming languages contain support for closures, but for the purposes of this article I'm going to be using JavaScript. I've chosen JavaScript for a few reasons: Ubiquity: If you have a web browser then you have a JavaScript interpreter Simplicity: JavaScript is conceptually a fairly simple language (especially if you limit yourself to its Good Parts), compared to other dynamic scripting languages such as Python and Ruby Familiarity: If you've used any of the C family of languages (e.
| | alistaire.rbind.io
14.2 parsecs away

Travel
| | Use the LHS of a formula to specify variable names in purrr-style lambda functions
| | buttercms.com
87.1 parsecs away

Travel
| These React best practices will help you maintain your large scale React projects more effectively and efficiently.