Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
lodash
//nodejs v4.2.6 // Load the full build of lodash var _ = require('lodash'); // merge objects console.log( _.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 }) ) // map an array console.log( _.map([1, 2, 3], function(n) { return n * 3; }) )
run
|
edit
|
history
|
help
0
Range List for JavaScript
Sort based on keys
Include object in a query string
Tree Structure
Get stack from error
Funny stuff
localhost:8080/?name=2017&lname=July
Find the missing number in array
A01 Implement Queue with Limited Size of Arrays
Union of two sorted arrays