uk
Feedback
Learn JavaScript™

Learn JavaScript™

Відкрити в Telegram

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

Показати більше
4 411
Підписники
-124 години
Немає даних7 днів
-330 днів
Архів дописів
Simple explanation of HTML semantics for subtitle elements https://dev.to/irreverentmike/the-correct-semantic-html-for-add-subtitles-to-h1-tags-3c1m --- Image optimization on the browser side https://javascript.plainenglish.io/image-optimization-in-the-browser-in-2022-8691a3fa35d2 --- #html #image #semantic

Practice using Express JS version 5 with migration from previous version 4 https://blog.logrocket.com/express-js-5-migration-guide/ #nodejs #express

sticker.webp0.16 KB

Tips to learn JavaScript easily and quickly https://www.freecodecamp.org/news/how-to-learn-javascript-faster/ —- Long practice with Ania Kubow making wordplay games with JavaScript, HTML and CSS https://www.freecodecamp.org/news/javascript-tutorial-code-two-word-games/ #learning #game #word #aniakubow #freecodecamp

Bootstrap CSS integration into Next JS https://blog.logrocket.com/handling-bootstrap-integration-next-js/ --- Using Form validation in Next JS https://blog.logrocket.com/form-validation-next-js-netlify/ --- Adding animations with the animxyz library to React JS https://blog.logrocket.com/animate-react-app-animxyz/ --- Build a chat app with React and Firebase https://blog.logrocket.com/how-to-build-chatroom-app-react-firebase/ #react #nextjs #firebase #bootstrap #animation

A collection of several public APIs that can be used for practice building applications https://medium.com/@amine.elwer/top-7-apis-for-your-practicing-projects-55afbbcf8d8b #fire #public

Difference between Arrow Function and Regular function in JavaScript https://javascript.plainenglish.io/arrow-functions-vs-regular-functions-in-js-fa1a1f235c86 --- Explanation of function declarations and expressions in JavaScript https://javascript.plainenglish.io/the-difference-between-function-declaration-function-expression-in-javascript-3732a6113787 -- Adding minutes to date Object in JavaScript https://javascript.plainenglish.io/javascript-add-minutes-to-date-5d5267d057e0 #arrow #regular #function #date #minute

Freecodecamp's long and important exercise on how to manipulate DOM with JavaScript https://www.freecodecamp.org/news/javascript-dom-manipulation/ —- Checks whether a variable is null or not https://www.freecodecamp.org/news/javascript-nullable-how-to-check-for-null-in-js/ —- Several ways to reverse String in JavaScript https://www.freecodecamp.org/news/reversing-a-string-in-javascript-invert-a-string-with-the-js-reverse-method/ #dom #null #reverse #string

An exercise from Traversy Media on introducing the concept of Asynchronous with JavaScript https://www.youtube.com/watch?v=28AXSTCpsyU #async #await #traversymedia

List of frequently used Array manipulation functions in JavaScript https://javascript.plainenglish.io/20-most-used-array-methods-in-javascript-c57276982377 —- Applying SOLID principles to JavaScript https://medium.com/front-end-weekly/s-o-l-i-d-principles-with-js-examples-db95b44e82e —- #array #method #solid

Thunder Client practice for testing REST APIs in VS Code https://dev.to/vscodetips/vs-code-tip-of-the-week-the-thunder-client-extension-1cbc #vscode #thunderclient #rest

Take a look at some of the new features in JavaScript ES2022 https://betterprogramming.pub/7-new-features-shipping-with-es2022-d595e332561e #es2022

Training with Cand Dev to create an image search application with React JS and Unsplash API https://www.youtube.com/watch?v=yUau8xImmK0 #unsplash #react #candDev #api

A collection of several admin panel templates for e-commerce online stores https://medium.com/flatlogic/14-great-admin-panel-themes-for-e-commerce-6408ef5e8816 #templates #ecommerce #admin

A collection of several public APIs for practicing JavaScript data retrieval via the internet https://dev.to/monicafidalgo/12-apis-that-you-as-a-developer-will-love-it-4ec6 #fire #public

How to update NPM and Node JS packages https://www.freecodecamp.org/news/how-to-update-npm-dependencies/ #npm #nodejs #package

Practice making a web application for a game-themed landing page https://dev.to/codewithsadee/how-to-make-a-gaming-website-using-html-css-javascript-2m05 #game #landingpage

Practice using Async Await in Angular https://medium.com/@kartikjagdale11/async-await-in-angular-ngoninit-using-typescript-decorator-b8b35963407c —- Example of communication between components in Angular https://javascript.plainenglish.io/angular-component-communication-81e5e02c6cbe —- Implementation of using Enum inside Angular https://javascript.plainenglish.io/use-enums-for-better-angular-apps-ee2d3992f21 —- #angular #async #await #enum

Introduction to call, bind, and apply functions in JavaScript https://dev.to/vedanthb/call-bind-and-apply-in-javascript-3hk --- How to get an even number in a JavaScript Array https://javascript.plainenglish.io/javascript-find-even-numbers-in-array-90943d5480ec --- Introduction of the Object.hasOwn method as an alternative to Object.hasOwnProperty https://javascript.plainenglish.io/what-is-object-hasown-and-why-should-we-use-it-over-object-prototype-hasownproperty-53b5acc2247a --- Split a number into an Array number with JavaScript https://javascript.plainenglish.io/javascript-split-number-into-array-26b8eed43c65 #call #bind #apply #hasOwn #split

Practice with Ania Kubow making a guessing game with JavaScript, HTML and CSS https://www.youtube.com/watch?v=vYEkEMfoi1c #aniaKubow #html #css #game