class SoftwareEngineer {
constructor(name, position) {
this.name = name;
this.position = position;
}
sayHi() {
console.log('Thank you for dropping by!');
}
}
const me = new SoftwareEngineer('Vivian Chen', 'Full Stack Software Engineer');
me.sayHi();
Pinned Loading
-
strive
strive PublicStrive is a full stack clone of the free version of Strava, a social networking application for athletes.
JavaScript
-
calorie_calc
calorie_calc PublicTrack your macronutrients (macros) and calories at Subway if you are calorie conscious or macro conscious.
JavaScript
-
LineAlert
LineAlert PublicLineAlert is a NYC-based subway alert application where users can create live alerts to notify other users of subway hazards, delays, and other suspicious activity.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

