js/first-steps/function-basics: fix name of Lodash
This commit is contained in:
parent
a9ee52bdad
commit
f74963ae73
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ These examples assume common meanings of prefixes. What they mean for you is det
|
|||
```smart header="Ultrashort function names"
|
||||
Functions that are used *very often* sometimes have ultrashort names.
|
||||
|
||||
For example, the [jQuery](http://jquery.com) framework defines a function with `$`. The [LoDash](http://lodash.com/) library has its core function named `_`.
|
||||
For example, the [jQuery](http://jquery.com) framework defines a function with `$`. The [Lodash](http://lodash.com/) library has its core function named `_`.
|
||||
|
||||
These are exceptions. Generally functions names should be concise and descriptive.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue