Skip to content

Instantly share code, notes, and snippets.

View digicommons's full-sized avatar
🏡
Embracing remote work

Jakob Wilke digicommons

🏡
Embracing remote work
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"title": "Alarm",
"link": "https://a2larm.cz/",
"feedUrl": "https://feeds.soundcloud.com/users/soundcloud:users:56560035/sounds.rss",
"itunes": {
"owner": {
"name": "Alarm",
"email": "feeds@soundcloud.com"
},
"image": "https://i1.sndcdn.com/avatars-000720609196-6f2kec-original.jpg",
@digicommons
digicommons / team-stats.js
Created January 13, 2022 01:23
Team Stats [Codecademy]
const team = {
_players: [
{firstName: 'Max', lastName: 'Blah', age: 16},
{firstName: 'Maria', lastName: 'Blub', age: 21},
{firstName: 'Josef', lastName: 'Blii', age: 26},
],
_games: [
{opponent: 'Sparta', teamPoints: 0, opponentPoints: 0},
{opponent: 'Slavia', teamPoints: 1, opponentPoints: 2},
{opponent: 'Viktoria', teamPoints: 2, opponentPoints: 1},