milestone.js.es6 100 Bytes EditWeb IDE 1 2 3 4 5 6 class ListMilestone { constructor (obj) { this.id = obj.id; this.title = obj.title; } }