Skip to content

Instantly share code, notes, and snippets.

View mark123jesper's full-sized avatar
🌐
Currently working on Gitlab

Mark Jesper Pillerva mark123jesper

🌐
Currently working on Gitlab
View GitHub Profile
@mark123jesper
mark123jesper / Countries.js
Created April 5, 2022 06:54
JS file for Countries with Country code, currency and currency symbol and even flag emoji.
export const listCountries = () => {
return [
{
name: 'Afghanistan',
code: 'AF',
capital: 'Kabul',
region: 'AS',
currency: {
code: 'AFN',
name: 'Afghan afghani',