2 مستودعات
Utilities for extracting all property values from an object into a flat collection.
Distinct from Value Objects: Candidates focus on value object patterns or image extraction, not extracting JS object values.
Explore 2 awesome GitHub repositories matching data & databases · Object Value Extractors. Refine with filters or upvote what's useful.
Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The
Extracts all property values from an object or array into a flat collection.
This repository is a collection of JavaScript coding challenges and a comprehensive interview guide. It provides reference implementations and educational examples designed to help developers master language fundamentals and prepare for technical interviews. The project covers a wide array of specialized implementations, including functional programming patterns like currying and partial application, as well as asynchronous patterns for concurrency control. It also includes practical examples of Document Object Model manipulation and the implementation of common data structures such as stacks
JavaScript capability to retrieve an array of all own enumerable property values from an object.