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
Practice creating dynamic datatables using the AG Grid library and pure JavaScript without jquery

https://www.freecodecamp.org/news/convert-html-table-to-dynamic-javascript-data-grid/

---

See the comparison of primitive data
types and reference-based data types in JavaScript

https://www.freecodecamp.org/news/primitive-vs-reference-data-types-in-javascript/

---

Creating a copy paste function with the JavaScript Clipboard API

https://stackabuse.com/how-to-copy-to-clipboard-in-javascript-with-the-clipboard-api/

---

#datatable #agrid #clipboard #copy #paste #type #data
Practice from Dcode in creating new data types using JavaScript Class

https://youtu.be/h_QB1vce2Zg

#dcode #type #class
See the proposal of a new JavaScript standard that is adding types in Javascript

https://youtu.be/O9F4K804XC8

#fireship #proposal #type
Basic exercises for using TypeScript for beginners

https://www.freecodecamp.org/news/an-introduction-to-typescript/

---

An introduction to how to write
Type in TypeScript as Types as Comment

https://blog.logrocket.com/types-as-comments-strong-types-weakly-held/

---

Get to know some
type guards in TypeScript

https://blog.logrocket.com/how-to-use-type-guards-typescript/

---

TypeScript introduction exercise for beginners

https://dev.to/benhoneywill/a-quick-introduction-to-typescript-for-js-devs-n47

#typescript #type #guard‌‌
Practice from Web Dev Simplified building a Todo List application with TypeScript

https://youtu.be/jBmrduvKl5w

---

Tips for creating generic functions in TypeScript

https://betterprogramming.pub/figuring-types-in-typescript-generic-functions-9479dd2fc3ea

---

Adding TypeScript into a Node JS backend application

https://javascript.plainenglish.io/adding-typescript-to-a-node-app-2e8294f9476c

---

Get to know the Pick
Type utility function in TypeScript

https://dev.to/smpnjn/how-the-typescript-pick-type-works-aph

#typescript #todo #type #webdevsimplified‌‌