--- title: noop() --- ```js Path path.noop(string id) ``` Adds a placeholder path opertion. A `noop` operation does nothing, but is intended to be replaced later with [`Path.insop()`](#insop). Add example