Java's addAll should be converted to JavaScript: ``` ss.forEach( function ( s ) { this.values.add(s); },this); ```