This is the Linux app named Underscore.js whose latest release can be downloaded as underscore1.13.7sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Underscore.js with OnWorks for free.
בצע את ההוראות הבאות כדי להפעיל את האפליקציה הזו:
- 1. הורד את היישום הזה למחשב שלך.
- 2. הזן במנהל הקבצים שלנו https://www.onworks.net/myfiles.php?username=XXXXX עם שם המשתמש שאתה רוצה.
- 3. העלה את היישום הזה במנהל קבצים כזה.
- 4. הפעל את האמולטור המקוון של OnWorks Linux או Windows מקוון או אמולטור מקוון של MACOS מאתר זה.
- 5. ממערכת ההפעלה OnWorks Linux שזה עתה התחלת, עבור אל מנהל הקבצים שלנו https://www.onworks.net/myfiles.php?username=XXXXX עם שם המשתמש הרצוי.
- 6. הורד את האפליקציה, התקן אותה והפעל אותה.
בצילומי מסך
Ad
Underscore.js
תיאור
Underscore.js is a JavaScript utility-library created by Jeremy Ashkenas that provides a broad set of functions for working with arrays, objects, functions, and other data types — essentially a “utility belt” for functional programming in JS. Instead of extending built-in objects or modifying prototypes, Underscore provides its helpers in a single _ namespace, enabling cross-browser support and consistent behaviour across environments. It offers map/filter/reduce, deep-cloning, templating, object traversal, function binding, and more, which makes it easier to write concise, expressive code rather than verbose loops and conditional logic. Many other libraries and frameworks (including Backbone) historically depended on or partnered with Underscore for their utility functions. Even though ES6+ and Lodash have overshadowed some of its role, Underscore remains influential and educational for how to design utility APIs.
תכונות
- Map, filter, reduce and other functional helpers for arrays and objects
- Utility functions for function binding, partial application and context-control
- Deep-clone, extend, mixin for object-composition and prototype-safe operations
- Templating support for simple HTML generation inside JS
- Chaining interface to link multiple operations in sequence
- Minimal footprint and safe integration (avoids polluting built-in prototypes)
שפת תכנות
JavaScript
כל הקטגוריות
This is an application that can also be fetched from https://sourceforge.net/projects/underscore-js.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
