Here's "desire" expressed in JavaScript: ```javascript class Desire { constructor(target) { this.target = target; this.intensity = 0; this.fulfilled = false; } yearn() { this.i