const person = {
name: " Akinlade Tope",
age: 27,
pronouns: [ "he", "him" ],
personality: [ "Bubbly", "Fun" ],
semicolons: false,
line_endings: "crlf",
codeStyle: "Prettier",
variables: "camelCase",
trailing_comma: true,
hero: "Bill Gates",
hobbies: [ "Programming", "Swimming", "Gaming", "Touring", "Gaining Knowledge", ],
knowledge: [ "Data Analysis", "Algorithms","Web Development", "Ecmascript", "Numbers",],
projects: [ "To-do List","LeaderBoard"],
languages: [ "Ecmascript6","HTML", "CSS", ],
editors: [ "VS Code", ],
newLanguage() {
console.log("Hello, World!")
},
favGames (game) {
const bestGames = [ "FIFA", "NFS", "GTAIV", "MIDNIGHTCLUB",
"MAXPAYNE3" ]
const favorite = JSON.parse(fs.readFileSync("favoriteGame.json"))
if (bestGames.includes(game)) {
console.log("I love this game, let's play");
} else if (favorite.includes(game)) {
console.log("I can try it out")
} else {
console.log("Bleeh...Let's try aother game");
}
},
}
-
Full-Stack Web developer
- Lagos, Nigeria
- https://mckent05.github.io/Portfolio_Project/mobile.html
- @mckent05
Pinned Loading
-
maintenance_budget
maintenance_budget PublicThis is a rails app that helps you keep track of your maintenance budget for some of your personal, office or household equipment. The app lets users add a new equipment to be maintained and also t…
Ruby 3
-
catalog
catalog PublicForked from xtrahuman/catalog
This project uses Ruby to create a list of catalog that contains music albums, genres, authors, games, books, labels. This project lets users keeps track of items in their catalog.
Ruby
-
my-football-app
my-football-app PublicA simple and useful web app that lets users check standing of some of their favorite clubs in the last five seasons. built with Javascript, React-Redux.
JavaScript 4
-
shoppingfy
shoppingfy PublicThis is a rails api that helps users with their shopping items. It allows users save a list of shopping items belonging to a category. Users can add a new item, delete item.
-
shoppingify-frontend
shoppingify-frontend PublicThis is a simple web app that allows users take their shopping lists wherever they go. Users can add their favorite items to their shopping list, save the list and view details of the items in thei…
JavaScript
-
Somarven-Arenas-frontend
Somarven-Arenas-frontend PublicForked from Somdotta07/Somarven-Arenas-frontend
JavaScript
If the problem persists, check the GitHub status page or contact support.