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
Some important JavaScript code snippets or functions that you should know

https://javascript.plainenglish.io/12-important-javascript-functions-every-web-developer-should-know-e488c4bbf521

---

Example of a filename rename function with the help of JavaScript and Node JS

https://javascript.plainenglish.io/how-to-auto-rename-files-with-javascript-a72f4b6f2528

---

Creating dynamic
forms with data sourced from JSON Schema and implementation examples in React JS

https://javascript.plainenglish.io/building-a-dynamic-form-from-a-json-schema-37f0e2543c3b

#snippet #form #dynamic #rename
Create custom property decorators or annotations in Vue JS with the help of TypeScript and libraries

https://blog.logrocket.com/define-properties-vue-property-decorator-typescript/

---

Example implementation of
Form Validation in Vue JS

https://javascript.plainenglish.io/basic-form-validation-using-vuejs-ad9489628617

#vue #proerty #form #validation
A simple exercise from Dcode on creating a simple auto save function on form input with a combination of Fetch API

https://youtu.be/jyAjUxgbu5Y

#fetch #form #autosave
An important exercise from Web Dev Simplified on creating multi-step forms complete with supporting animations

https://youtu.be/VdqtdKXxKhM

#webdevsimplified #form #multistep
Practice making form validation in JavaScript with Dcode

https://youtu.be/fE5ASN0sbtI

#form #validation #dcode