Plugin first

Source

Plugin get first {
  if (this.length > 0) {
    return JS('Plugin', '#[0]', this);
  }
  throw new StateError("No elements");
}