params_optional.js 197 B

12345678
  1. /**
  2. * @param {Page[]} pages
  3. * @param {number} [id] Specifies the id, if applicable.
  4. * @param {String} [title = This is untitled.] Specifies the title.
  5. */
  6. function Document(pages, id, title){
  7. }