// jsp ou le ranger mdr class Movie{ constructor(name, author, note){ this.name = name; this.author = author; this.note = note; } }