Skip to content

Instantly share code, notes, and snippets.

View gik-hub's full-sized avatar
🏠
Working from home

Titus Gikandi gik-hub

🏠
Working from home
View GitHub Profile
@gik-hub
gik-hub / .gitignore
Created March 28, 2023 13:40 — forked from dongsik-yoo/.gitignore
javascript i18n automation with google spread sheet
# locale json files
/assets/locales/
@gik-hub
gik-hub / README.md
Created March 6, 2020 06:59 — forked from sixertoy/README.md
ES6 Tips & Tricks

JavaScript Tips

Array

  • Fill N
  • Flatten
  • Remove duplicates
  • Convert an NodeList to Array

Object