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
Application of SOLID design pattern principles to TypeScript

https://blog.bitsrc.io/solid-principles-in-typescript-153e6923ffdb

#solid #typescript
Some examples of inline or one liner functions commonly used by JavaScript developers

https://tapajyoti-bose.medium.com/7-killer-one-liners-in-javascript-33db6798f5bf

#oneliner
Practice using DOM manipulation functions built into JavaScript with the Dcode channel

https://youtu.be/XVNLsTJHwqE

---

Practice creating your own Console log function with JavaScript

https://youtu.be/n6bWPHpYdbs

#dom #dcode #logger #manipulation
Topic: React Design Patterns: Return Component From Hooks.


📌 http://bit.ly/3BMDlim
this in JavaScript.pdf
1001.8 KB
'this' Keyword Explanation in JavaScript
Why new developers should learn Ember.js — Ankush Dharkar, Boston Ember Community Meetup

https://www.youtube.com/watch?v=1QoHyJUwZyk
See some interesting and good developer tools to try this year by developers

https://betterprogramming.pub/5-dev-tools-to-look-out-for-in-2022-713f94c0f3cf

#devtools #assets
Kevin Powell's essential exercises on HTML semantics and examples of their use

https://youtu.be/ULdkpU51hTQ

#kevinPowell #semantic #html
An important exercise from Web Dev Simplified on creating multi-step forms complete with supporting animations

https://youtu.be/VdqtdKXxKhM

#webdevsimplified #form #multistep
Study guide or Roadmap for learning Node JS backend

https://stasklymenko.hashnode.dev/nodejs-roadmap-for-beginners

—-

Simple exercise using Nest TS and Postgre SQL with TypeORM for a simple backend API

https://betterprogramming.pub/nest-js-project-with-typeorm-and-postgres-ce6b5afac3be

—-

Practice making GraphQL server on Express JS

https://medium.com/codesphere-cloud/how-to-build-a-graphql-server-with-nodejs-and-express-42eec1310a9f

—-

Practice using Promise and Async Await in JavaScript and Node JS

https://vikasmishra.medium.com/node-js-promise-in-depth-9007ce4a6ca4

#nodejs #roadmap #express #nest #graphql #express
Simple practice using Optional Chaining in modern JavaScript

https://www.freecodecamp.org/news/javascript-optional-chaining/

---

How to round a variable of type float or double

https://stackabuse.com/how-to-round-doubles-or-floats-in-javascript/

---

Some Array manipulation functions in modern JavaScript

https://codingislove.com/common-js-array-methods/

---

Multiple ways to find a specific Element in an Array with JavaScript

https://javascript.plainenglish.io/4-ways-of-finding-elements-in-a-javascript-array-ba66cda8997

---

#optional #chaining #array #find #math #round