bsautron / travis-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs

Kind: global class

new Docs(title, author)

Represents a book.

Param Type Description
title string The title of the book.
author string The author of the book.

docs.add(name, age)

Add a new user in this doc.

Kind: instance method of Docs

Param Type Description
name string The user name.
age number His age.

docs.del(name) ⇒ number

Delete this user from doc

Kind: instance method of Docs
Returns: number - Return length user

Param Type Description
name string The user name.

About


Languages

Language:JavaScript 96.7%Language:Shell 3.3%