Skip to content

Instantly share code, notes, and snippets.

Avatar
🏌️‍♂️

Excel Nwachukwu trillionclues

🏌️‍♂️
View GitHub Profile
@trillionclues
trillionclues / countries.html
Last active May 24, 2022 02:05
Utility gist for selecting list of countries in the world as well as states in Nigeria when building a HTML forms
View countries.html
HTML Country select list for HTML forms
This document is a utility for people creating HTML forms and needing code for letting the user select a country.
294 COUNTRIES IN TOTAL!!!
<div class="form-register">
<p>Select your country</p>
<select id="country" name="country" class="form-control">
<option value="Afghanistan">Afghanistan</option>
View codewars.md

Code Wars Challenges

This gist contains a list of all the challenges I have been able to accomplish during my time on earth

10th April, 2022

Question1 - (Credit Card Mask):

Your task is to write a function maskify, which changes all but the last four characters into '#'.