| Built-in Method | Values |
| Date() | Returns the present date and time |
| concat() | Joins two strings and returns the new string |
| push() | Adds an item to an array |
| pop() | Removes and also returns the last element of an array |
| round() | Rounds of the value to the nearest integer and then returns it |
| length() | Returns the length of a string |
Leave a Reply