`CartJS.getNote()`

Returns the current cart note.

```js
// Let the customer know what the current cart note is.
alert('Your cart note is currently: ' + CartJS.getNote());
```
