To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Original author(s)John-David Dalton
Initial releaseApril 23, 2012; 11 years ago (2012-04-23)[1]
Stable release
4.17.21 / February 20, 2021; 2 years ago (2021-02-20)[2]
Repository
Written inJavaScript
TypeJavaScript library
LicenseMIT
Websitelodash.com Edit this on Wikidata

Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.

YouTube Encyclopedic

  • 1/3
    Views:
    778
    17 477
    9 069
  • What is Lodash and How it Works (for beginners)
  • Lodash - функциональное применение (partial, curry, flow)
  • 9 Awesome Javascript Utility Libraries

Transcription

History

See also Underscore § History.

Lodash is a fork of Underscore.js.

It joined the Dojo Foundation in 2013,[3] and via the jQuery Foundation and JS Foundation, is now part of the OpenJS Foundation.[4]

Summary

Lodash is a JavaScript library that helps programmers write more concise and maintainable JavaScript.

It can be broken down into several main areas:

  • Utilities: for simplifying common programming tasks such as determining type as well as simplifying math operations.
  • Function: simplifying binding, decorating, constraining, throttling, debouncing, currying, and changing the pointer.
  • String: conversion functions for performing basic string operations, such as trimming, converting to uppercase, camel case, etc.
  • Array: creating, splitting, combining, modifying, and compressing
  • Collection: iterating, sorting, filtering, splitting, and building
  • Object: accessing, extending, merging, defaults, and transforming
  • Seq: chaining, wrapping, filtering, and testing.

It has had multiple releases, so not all functions are available in all implementations. For example, _.chunk has only been available since version 3.0.0.

See also

References

  1. ^ 0.1 release information
  2. ^ "Releases · lodash/lodash". github.com. Retrieved 2021-04-14.
  3. ^ "Update license and copyright. · lodash/lodash@4edef4c". GitHub. Retrieved 2020-06-26.
  4. ^ "Update license to the jQuery Foundation. [ci skip] · lodash/lodash@cf74ebe". GitHub. Retrieved 2020-06-26.

External links


This page was last edited on 3 December 2022, at 21:37
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.