Topic: "javascript-objects"
sdras/object-explorer
🔥 A resource to help figure out what JavaScript object method would be best to use at any given time
Language: JavaScript - Size: 2.28 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 1,404 - Forks: 117

uhop/stream-json
The micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API.
Language: JavaScript - Size: 899 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1,060 - Forks: 48

allenluce/mmap-object
Shared Memory Objects for Node
Language: C++ - Size: 477 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 116 - Forks: 16

rus0000/jsinheritance
JavaScript prototype-based inheritance visualized
Size: 308 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 61 - Forks: 29

brennv/namedtupled
Lightweight namedtuple wrapper for attribute-style data access (a la JavaScript objects).
Language: Python - Size: 212 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 49 - Forks: 11

Ovi/quiz-app
Javascript Quiz App
Language: JavaScript - Size: 245 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 29 - Forks: 15

indix/javascript-easy-object
Now easily access or modify an object in javascript with javascript-easy-object.
Language: JavaScript - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 13 - Forks: 1

dianavile/Code-Notes
Here I put all code I am learning in Google Scholarship and meetups
Language: HTML - Size: 9.36 MB - Last synced at: 1 day ago - Pushed at: almost 7 years ago - Stars: 12 - Forks: 13

ddeltree/leavify
A javascript package for tracking changes to object leaf values
Language: TypeScript - Size: 418 KB - Last synced at: 27 days ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

FrankKair/threepojs
Transform your strings XLSX file into JS objects
Language: JavaScript - Size: 582 KB - Last synced at: 15 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 2

juliomatcom/empty-value
:package: Check if a given value is empty in JS extending his "truthy" and "falsy" nature
Language: JavaScript - Size: 9.77 KB - Last synced at: about 18 hours ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 3

EGROENE/hogwarts-house-quiz
Brief quiz that places user in one of four categories based on answers to weighted questions. I made this to practice DOM manipulation & other JS skills.
Language: TypeScript - Size: 7.08 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

serdaralkancode/javascript-features-examples
Javascript Features Example
Language: JavaScript - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 4

pedroeuzebiodev/log-prog-tii-ifce
Repositório da Disciplina de Lógica de Programação do Curso de Técnico em Informática para Internet do IFCE
Language: JavaScript - Size: 3.31 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

adrienjoly/persistent-harmony
A wrapper class to create persistent javascript objects, relying on harmony proxies.
Language: JavaScript - Size: 143 KB - Last synced at: 12 days ago - Pushed at: over 11 years ago - Stars: 3 - Forks: 0

guilherssousa/object-schemify
A lightweight lib to convert ready-made Javascript Objects into readable mongoose schemas.
Language: JavaScript - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

G-Mustafa1/New-Ecommerce-web
Language: JavaScript - Size: 188 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Church-il/week1-code-challenge
Node.js Scripts: Grade Calculator, Speed Detector, Net Salary Calculator.
Language: JavaScript - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

DevSA-009/json-to-js-obj
JSON to JavaScript Object with ignore comments
Language: TypeScript - Size: 60.5 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Zffu/WatchedObjects
WatchedObjects is a javascript lib to add properties to objects such as last edit timestamp, value history and more
Language: JavaScript - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

varunsridharan/js-parse-args
is a generic utility for merging together an array of arguments and an array of default values.
Language: JavaScript - Size: 1.65 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

victornpb/jsonify
Convert Javascript Object literals to JSON
Language: HTML - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

muhammad-adil/JS-101
JavaScript work
Language: HTML - Size: 1.09 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

BR4VE/formToObj
little library that turns input values in forms to objects
Language: JavaScript - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

miozzz/sandbox
collection of random bits of code
Language: JavaScript - Size: 2.57 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

jerp/bean
Javascript Object composition, inheritance and private state
Language: JavaScript - Size: 49.8 KB - Last synced at: 15 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

anusaini/find-keys-for-value
Find all the keys that have the given value - node module
Language: JavaScript - Size: 23.4 KB - Last synced at: 16 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

soleiluwedu/unlace
unlace.js is a function designed for deep inspection of JavaScript objects. Circular references are given a placeholder '[circular reference]'. Available as an npm module under the name 'unlace'.
Language: JavaScript - Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

HusainNit/intro-to-javascript-objects-lab
working with js objects
Language: JavaScript - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

jcampbell57/odin-library
An interactive library app. The purpose of this project is to practice using JavaScript objects and object constructors.
Language: JavaScript - Size: 996 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

kodeman274/jschallenge_submissions
Kumpulan jschallenger.com Soal dan Solusi
Size: 115 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

sohankancherla/book-tracker
Book Tracker is an application to keep tracking of the books you have read and the books you are currently reading. You can easily add, edit, and remove books from the app.
Language: JavaScript - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

asaltcode/price-card-task
React Price Card Task, I learned a lot in this task
Language: JavaScript - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

myverdict/week7-web-programming-javascript
JS Functions Callbacks, Promises & APIs
Language: JavaScript - Size: 5.38 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

teephan91/library
This is a virtual library app where users can input the author, title, and number of pages of their favorite books. They can change the status of each book, to whether they've already read it or not. Users can also delete books so they have space for new ones. All info is stored inside an array & the program will update it based on users' action.
Language: CSS - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

josephfox-ch/Week-8-Assignment-JS-Objects
javascript objects
Language: JavaScript - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

webwithaman/typing-with-aman
This is a website that allows you to test your typing speed and accuracy in different modes and time durations.
Language: CSS - Size: 161 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

burakkrt/javascript-object-methods-all
Bu belge javascript object yapısının temel metotlarını içeren Türkçe belge niteliğinde hazırlanmış notlardan oluşur. Metotlar, tanımları ve kullanım örneklerinden oluşur. Hazırlayan @burakkrt
Language: HTML - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

teotimepacreau/Object-Exercices-Day30-Of-100DaysOfCode
Object Exercices from #30DaysOfJavascript with VanillaJavascript
Language: JavaScript - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ARaza-13/movie-library
A basic movie library manager where you can create lists of movies you want to watch
Language: JavaScript - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

eramitsinha/Advance-Javascript
Advance JS Concepts (ES6) with Examples.
Language: HTML - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

BlueDragn/Library
Library app
Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cemeterydriiver/atvdProblemasSolucao
Scripts para a atividade proposta em sala de aula pelo professor @daniloamorim
Language: JavaScript - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

BrentBarnes/Library-JS
A JavaScript library app to keep track of all the books you've read and not read!
Language: JavaScript - Size: 603 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

muskanmi/Bankist-app
A simple web application for performing money transactions in an account.
Language: JavaScript - Size: 196 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

CauaRodrigues/estrutura-de-dados-objetos-vnw
Alguns exercícios propostos pelo Vai Na Web para práticar estrutura de dados com objetos.
Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MaciejReimann/count-fast
A quiz-type vanilla JS app that helps to practice mental calculations.
Language: JavaScript - Size: 1.76 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pavanmg007/jschallenger
Collection of jschallenger.com Problems with solutions
Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

YanivWein24/Wiki-REST-API
A RESTful API connected to a MongoDB DataBase and running on a local Node.js server. The DB contains javascript objects, each object have "title" and "content" fields that stores the data of the articles. Send HTTP requests via POSTMAN and perform CRUD operations on the database.
Language: JavaScript - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

LauraBigoni/js-oggetti-studenti
This project is an exercise to help users learn how to work with arrays of objects in JavaScript. It includes tasks that will help users understand the basics of working with arrays of objects.
Language: JavaScript - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Mogoatlhe/library
Software application to mimic the addition and removal of books to/from them Library system. Implemented as part of The Odin Project Curriculum
Language: JavaScript - Size: 294 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alternadiva/FAC-Weekly-prompt-Week-9-objects
Solution for FAC's weekly prompt ➡️ Objects
Language: HTML - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rdshinde/javascript-cli-quiz-1
Javascript CLI quiz app. Created on replit.com .
Language: JavaScript - Size: 654 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eastonyarbrough/fsw-113
College assignments from Bryan University over becoming more proficient in JavaScript concepts of Arrays, Objects, Prototypes, and Functions; and learn advanced JavaScript skills, including: Spread Operators, Rest Parameters, Arrow Functions, Classes, and Events.
Language: JavaScript - Size: 4.13 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eastonyarbrough/fsw-105
College assignments from Bryan University over the building blocks of programming, including variables, conditionals, loops, functions, data types, constructors, and functional programming and exercises using the JavaScript programming language and an introduction to the practice of version control software using Git.
Language: JavaScript - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

marisabrantley/team-stats
For the Codecademy project, we devised a program with JavaScript data structures to create and extract information about our favorite sports team.
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

marisabrantley/meal-maker
For this project, we used JavaScript to randomly create a three-course meal - appetizer, main dish, and dessert - based on what is available on a menu. Churros, anyone?
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

JalalQ/5302-API-XMLHttpRequest
Use a data access API endpoint to fetch data and render it for display as per the mockup provided.
Language: JavaScript - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

OkiemuteGold/book-list-app
This application allows you to add and remove favourite books
Language: JavaScript - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

muhammad-adil/JavaScript.Everything
Language: JavaScript - Size: 51.8 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mileuc/drum-kit
A drum kit website made in mid-November of 2020 using more advanced JavaScript and DOM Manipulation concepts. Gained a greater understanding of click and keyboard event listeners, JavaScript objects and higher-order functions, and switch statements. Also learned how add basic animations and sounds. Clicking a button or pressing a key listed in the drum kit should play the corresponding sound.
Language: JavaScript - Size: 353 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

frivizn/user-management-js
User management app with client-side form validations - JavaScript objects.
Language: JavaScript - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

franciscopugh/js-opp-app
Product app using object-oriented javascript
Language: JavaScript - Size: 194 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

wlodpawlowski/es2018-new-features
Repository which consists a few code samples for learning new added features of ES2018 specification.
Language: HTML - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

theWhiteFox/ydkjs
Basic :hotel: App
Language: JavaScript - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

joshpowlison/objprint
Display your JS objects' info in an easily readable way! Hover properties for more info.
Language: JavaScript - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

cosmn/node-object-inspect
Javascript object inspect
Language: JavaScript - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

AmazingBooks/Javascript-Definitive-Guide
A great book to get for extensive deep understanding and have a solid foundation of JavaScript advanced concepts.
Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

NAPOLEON039/reference-vs-copy
JavaScript Day 14 project
Language: HTML - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

GregBee2/xassist-object
general helper functions for JavaScript objects
Language: JavaScript - Size: 148 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

fullstack-kingj/easy-javascript-oop
EASYJAVASCRIPT(OOP)-可能是最适合你的 JavaScript 面向对象课程
Size: 6.19 MB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

contactjorge/JSObjectSite
Build website with JavaScript Object and pure JavaScript
Language: JavaScript - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

Christianq010/udacity_resume_project
An online resume in the form of a Responsive Web Page - built on JavaScript Objects, appended with new skills and information (updated dynamically via jQuery).
Language: JavaScript - Size: 1.06 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

IreneFlorez/frontend-nanodegree_resume
This project was created to satisfy the third requirement in the Udacity Front-End Development course
Language: JavaScript - Size: 436 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sagirk/isPrototypeOf
A recursive, test-driven implementation of Object.prototype.isPrototypeOf() (includes a non-recursive version too)
Language: HTML - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Funsholag/Jukebox
This is an app intended to test to see my understand of JavaScript objects in a jukebox application that allows users to skip, play, stop, and pause music.
Language: CSS - Size: 54.3 MB - Last synced at: 8 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

JonDotsoy/decompose.js
Decompose a object.
Language: JavaScript - Size: 97.7 KB - Last synced at: 7 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

EvolOfThings/frontend-nanodegree-resume
This repository is used for one of the projects in Udacity's Front-End Web Developer Nanodegree program. Learn how to become a Front-End Developer today with line-by-line code reviewed projects and get a job with career services!
Language: JavaScript - Size: 3.09 MB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

JonDotsoy/TravelQL.js
Work with the path in an object.
Language: JavaScript - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
