Skip to content

Instantly share code, notes, and snippets.

View 2j2e's full-sized avatar

Eugene Zharkov 2j2e

View GitHub Profile
@2j2e
2j2e / data.js
Last active June 21, 2019 11:55
React Dev Challenge 19
// Country model:
// [
// Country name,
// Regions,
// iso2 code,
// International dial code,
// Format (if available),
// Order (if >1 country with same dial code),
// Area codes (if >1 country with same dial code)
// ]