Skip to content

Instantly share code, notes, and snippets.

View fatmahussein's full-sized avatar
💭
Available for hire

Fatuma Hussein fatmahussein

💭
Available for hire
View GitHub Profile
@fatmahussein
fatmahussein / example1.js
Last active July 24, 2023 08:35
Is it DRY?
const pets = ['Cat', 'Dog', 'Bird', 'Fish', 'Frog', 'Hamster', 'Pig', 'Horse', 'Lion', 'Dragon'];
// Print all pets
console.log(pets[0]);
console.log(pets[1]);
console.log(pets[2]);
console.log(pets[3]);
...
.cat {
font-family: "Times New Roman", Times, serif;