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
Using the Web Storage API to temporarily store data in the browser

https://dev.to/j471n/how-to-use-web-storage-api-3o28

---

Displaying JavaScript Objects in the browser
console

https://javascript.plainenglish.io/how-to-display-a-javascript-object-in-the-browser-console-e13355e19a89

---

Getting the last element from inside a JavaScript data Array

https://javascript.plainenglish.io/how-to-get-the-last-item-in-an-array-e001eca9f5c3

---

Example of use case Array slice in JavaScript

https://betterprogramming.pub/5-use-cases-for-slice-in-javascript-13462f2e177f

---

#storage #array #object #console
An explanation of how console logs work that provide undefined return values

https://blog.bitsrc.io/why-does-console-log-return-undefined-e06d44b4d0f8

#console #log #return