Skip to content

Instantly share code, notes, and snippets.

View josseptt's full-sized avatar
🎯
Focusing

Jose Delgado josseptt

🎯
Focusing
View GitHub Profile
@josseptt
josseptt / README.md
Created November 25, 2021 05:31 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@josseptt
josseptt / States and Cities USA
Last active October 21, 2021 13:20
USA states and cities
[
{"city": "Abbeville", "state": "Louisiana"},
{"city": "Aberdeen", "state": "Maryland"},
{"city": "Aberdeen", "state": "Mississippi"},
{"city": "Aberdeen", "state": "South Dakota"},
{"city": "Aberdeen", "state": "Washington"},
{"city": "Abilene", "state": "Texas"},
{"city": "Abilene", "state": "Kansas"},
{"city": "Abingdon", "state": "Virginia"},