Auto saved by Logseq

This commit is contained in:
Andrea Fazzi 2024-09-26 09:40:37 +02:00
parent 719650af0a
commit b6154d7891

View file

@ -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() { ... }
```