Useful and Challenging Javascript Hacks.

You might also like...

๐Ÿ‘ŒA useful zero-dependencies, less than 434 Bytes (gzipped), pure JavaScript & CSS solution for drop an annoying pop-ups confirming the submission of form in your web apps.

๐Ÿ‘ŒA useful zero-dependencies, less than 434 Bytes (gzipped), pure JavaScript & CSS solution for drop an annoying pop-ups confirming the submission of form in your web apps.

Throw out pop-ups confirming the submission of form! A useful zero-dependencies, less than 434 Bytes (gzipped), pure JavaScript & CSS solution for dro

Aug 24, 2022

๐ŸŽ’ Accessible and extremely useful website for public school in Poland, built on fun and modern stack.

๐ŸŽ’ Accessible and extremely useful website for public school in Poland, built on fun and modern stack.

โœจ Strona Szkolna ๐ŸŽฏ Zadania ยท ๐Ÿ’ก Pomysล‚y Struktura ๐Ÿ“ apps ๐Ÿ“ backend: headless CMS (API) uลผywajฤ…cy Strapi, ktรณre umoลผliwia dowolne typy contentu, np.

Dec 21, 2022

A util for getting data and metadata for all markdown files in a given dir. Useful for building static site generators

extract-md-data A util for getting data and metadata for all markdown files in a given dir. Useful for building static site generators. Usage Given th

Jan 6, 2022

Hundreds of Offensive and Useful Docker Images for Network Intrusion. The name says it all.

๐Ÿณ HOUDINI: Hundreds of Offensive and Useful Docker Images for Network Intrusion HOUDINI is a curated list of Network Security related Docker Images f

Dec 31, 2022

A comprehensive collection of useful tools developed with the help of Ethers.js to interact with the Ethereum Blockchain to develop great DeFi apps as quickly and easily as possible.

hudi-packages-ethersfactory How to install Installing with npm For more information on using npm check out the docs here. npm i @humandataincome/ether

Mar 30, 2022

This is a repo for small, useful scripts and extensions

WinDbgCookbook This is a repo for small, useful scripts, extensions, and debugger data model "dx" queries. Feel free to add your own scripts or update

Dec 19, 2022

SEE-EYE is a collection of useful Github actions and workflows used to build CI pipelines for TypeScript applications

SEA-EYE ๐Ÿ‘€ No frils collection of common actions and pre-made workflows for TypeScript project that uses yarn@v1 as package manager. Workflows Build -

Jun 6, 2022

Very useful website application to memorize all the tasks of the day, mark the complete ones, organize them by importance and finally delete them.

To Do List Very useful website application to memorize all the tasks of the day, mark the complete ones, organize them by importance and finally delet

Jul 29, 2022

A simple site to generate useful resources for Gitpodification, including "open in gitpod" buttons and sample configuration scripts

Gitpodify A simple portal to generate "open in Gitpod" links Contributing There is a list of suggested repositories in app/routes/index.tsx. Feel free

Nov 7, 2022
Comments
  • Fix typo

    Fix typo

    Closes #

    ๐Ÿ“‘ Description

    โœ… Checks

    • [โœ…] My pull request adheres to the code style of this project
    • [โœ…] My code requires changes to the documentation
    • [โœ…] I have updated the documentation as required
    • [ ] All the tests have passed

    โ„น Additional Information

    opened by rjoydip-zz 0
  • [BUG]: Object flattening only desctructs the first object

    [BUG]: Object flattening only desctructs the first object

    Description of the bug

    This is a good document that I liked. However, I wonder: does object flattening only work with the first level nested objects or it can go high to more nested objects

    Ex: const programmer = 
    {
           skills:['Coding'],
          user:{
                name: 'Doe',
                dob: '20-12-2000'
                location:{
                      country:'UK' ,
                      address:'Str 43'
                }
          }
    }
    
    

    When you flatten that object using the method in main.js, the location properties ( country and address) will not be attached to the newly created object.

    So, I think you might consider using recursion in your flattenObject function so that you can get any level of nesting in the object.

    Steps To Reproduce

    1. Go to object flattening
    2. Find the main.js file
    3. Replace object course with
    {
           skills:['Coding'],
          user:{
                name: 'Doe',
                dob: '20-12-2000'
                location:{
                      country:'UK' ,
                      address:'Str 43'
                }
          }
    }
    
    
    1. Flatten it and location properties attached will not be attached.

    Additional Information

    No response

    bug 
    opened by didiermun 1
Owner
Divin Irakiza
Building some cool stuff.
Divin Irakiza
Multiple hacks that breaks the game

blooket-hack All of the cheats are based on a game mode. So if you chose a gold quest game mode then you go to the gold folder and then use one of the

glizzz_y 493 Mar 5, 2022
A collection of Discord hacks & exploits that is completely made using NodeJS.

ZeroDiscord A collection of Discord hacks & exploits that is completely made using NodeJS Before using any of these tools First off, all of the tools

OTAK 130 Jan 5, 2023
A collection of Revolt hacks, exploits & tools that is completely made using NodeJS.

ZeroRevolt A collection of Revolt hacks, exploits & tools that is completely made using NodeJS Tools Name Description userInformation Grab's the speci

OTAK 4 Aug 4, 2022
You can control the vibration capability of your device using the Vibration API. (JavaScript) This feature can useful in SPA and PWA.

Vibration Web API You can control the vibration capability of your device using the Vibration API. (JavaScript) This feature can useful in SPA and PWA

Max Base 2 Mar 29, 2022
Provides simple and the most useful methods to string operations in JavaScript / Node.js

?? Strops (String Operations) Provides simple methods for the most useful operations with substrings: - remove, replace, get from A to B, get from A t

Max Shane 3 May 20, 2022
To Do list is a small but useful project to make list app , you can add tasks delete tasks and modify tasks, the project built using HTML, CSS, JavaScript

Project Name The To-Do-List app description this is a project in the second week of the second module in microverse. its a useful to do list that save

Alzubair Alqaraghuli 5 Jul 25, 2022
To Do list app. Very useful to keep track of daily activities. Made with โค๏ธ, JavaScript and bundle with Webpack

To Do List โš™๏ธ This is a To Do list App to practice Javascript and Webpack deployment. Live Demo โš™๏ธ GitHub Pages: DEMO Tech โŒ˜โ‡ง HTML & CSS best practice

Raul Ospina 11 Oct 17, 2022
Useful JavaScript base classes for efficient and quick solutions to common problems.

JavaScript Base Classes You can find the full documentation on the website. Description Useful JavaScript base classes for efficient and quick solutio

Ruben Arushanyan 9 Nov 15, 2022
A useful list of must-watch talks about JavaScript

Must-Watch JavaScript This is a collection of well-received talks about JavaScript, covering topics such as ES6/ES2015, JavaScript frameworks, client-

Matt Smith 6.8k Jan 4, 2023
Awesome collection of useful javascript snippet ๐Ÿ’ก

useful-js-snippets ์œ ์šฉํ•œ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ์ฝ”๋“œ ์กฐ๊ฐ๋“ค์„ ๋ชจ์•„ ๋†“์•˜์Šต๋‹ˆ๋‹ค. TOC Reference Snippets usage Get Value Clamp Sleep Group By Collect By Head Tail Flatten Intersection

Haneul Lee 8 Nov 3, 2022