Skip to content

Instantly share code, notes, and snippets.

View shumonpal's full-sized avatar

Shumon Pal shumonpal

View GitHub Profile
@jeffochoa
jeffochoa / Errors.js
Last active February 9, 2022 09:52
Vue Form and Error validator (Laracasts)
class Errors {
/**
* Create a new Errors instance.
*/
constructor() {
this.errors = {};
}
/**
@anubhavshrimal
anubhavshrimal / CountryCodes.json
Last active April 23, 2025 18:31 — forked from Goles/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"