Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
A specification, recommendations, examples and much more thing for building APIs in JSON.

https://jsonapi.org

#json #api #rest #restful
Introduction to Spread Operators and Rest Parameters in Modern JavaScript

https://dev.to/sturpin/spread-operator-and-rest-parameters-4dij

---

Introduction of new features in JavaScript namely Array findLast and Array findLastIndex

https://www.stefanjudis.com/notes/new-in-javascript-array-findlast-and-array-findlastindex/

---

#rest #spread #findlast #findlastindex
Tips for creating APIs and doing API testing from the JavaScript Mastery channel

https://youtu.be/fvowySuuEIw

#api #rest #testing #javascriptMastery
Flavio Copes' long and exhaustive exercise build a REST API backend with Node JS, Express JS and MongoDb

https://flaviocopes.com/rest-api-express-mongodb/

—-

Practice creating your own ORM for a Node JS project

https://blog.bitsrc.io/how-to-create-your-orm-in-nodejs-17f06e0feb2a

#nodejs #orm #flavioCopes #rest #api #express #mongodb