P2CH2a JS

PHOTO EMBED

Tue May 23 2023 20:58:28 GMT+0000 (Coordinated Universal Time)

Saved by @AsterixCode #undefined

class Episode {

  constructor(title, duration, minutesWatched) {

    this.title = title;

    this.duration = duration;

    

    // Add conditions here

    // =================================

    if () {

      this.hasBeenWatched = true;

    } else if () {

      this.hasBeenWatched = false;

    }

    // =================================

  }

}
content_copyCOPY

https://codepen.io/nicolaspatschkowski/pen/PoqaogG