Just creating 🐞
Pinned Loading
-
-
irregular-verbs-table
irregular-verbs-table Public🔖 English Irregular Verbs - Table with Search & Pronunciation
Vue
-
-
nodejs-contacts-api
nodejs-contacts-api PublicForked from goitacademy/nodejs-homework-template
NodeJS Rest Api Application (MongoDB, Mongoose, Joi)
JavaScript
-
ESLint 9 Flat config example
ESLint 9 Flat config example 1import type { Linter } from "eslint";
23import { globalIgnores } from "eslint/config";
4import { defineConfigWithVueTs, vueTsConfigs } from "@vue/eslint-config-typescript";
5import pluginVue from "eslint-plugin-vue";
-
Luhn Algorithm - Credit Card Number ...
Luhn Algorithm - Credit Card Number Checker 1const checkByLuhn = (card: string): boolean => {
2if (!card) {
3return false;
4}5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.