Auto saved by Logseq
This commit is contained in:
parent
719650af0a
commit
b6154d7891
1 changed files with 5 additions and 1 deletions
|
@ -26,5 +26,9 @@
|
|||
```
|
||||
- La soluzione consiste nel commentare la funzione con JSDoc
|
||||
- ```js
|
||||
/*
|
||||
/**
|
||||
* Fetch photos from the API
|
||||
* @return {Promise} response - The response from the API
|
||||
*/
|
||||
function getStuff() { ... }
|
||||
```
|
Loading…
Reference in a new issue