Skip to content

Instantly share code, notes, and snippets.

View axetrodome's full-sized avatar
💻
chilling and building something stupid

Axel Mhar Valdepeña axetrodome

💻
chilling and building something stupid
  • Quezon City, Philippines
  • 20:06 (UTC +08:00)
  • X @axelmhar
View GitHub Profile
//index.js
import randomDog from './randomDog';
import loadBreeds from './loadBreeds';
let sameFunctionName = () => {
return 'sameFunctionName';
}
let addFeaturedDogs = (firstPlace, secondPlace, thirdPlace) => {
document.getElementById('featured').innerHTML = `${firstPlace}, ${secondPlace}, ${thirdPlace}`;