Skip to content

hazelveek/Useful-Functions-in-JavaScript

Repository files navigation

Useful-Functions-in-Javacript

Some Functions i have found useful over time

* Find Number Within A Sting Using Regex

  • Find the first occurence of a number having a given number of digits within a string
  • Find all occurence of a number having a given number of digits within a sting

* Covert Decimal to any Base

  • Convert Decimal to Binary

* Easily Manipulate Firebase Snapshot

  • Convert Firebase Realtime Database Snapshot to Array ( It is recursive so it even converts nested objects to arrays)

About

Some Functions i have found useful over time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published