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 днів
Архів дописів
+3
Top 10 ES6 Interview Question 25288.pdf4.61 KB

Copilot's Github is now available in the public and trial versions. You can try it first before buying the full version. https://github.com/features/copilot #github #copilot

Introduction to Arrow Functions in JavaScript https://hackernoon.com/js-arrow-functions-for-newbies --- Introduction to Destructuring in Javascript https://hackernoon.com/js-destructuring-for-newbies --- URL checking with JavaScript https://www.freecodecamp.org/news/check-if-a-javascript-string-is-a-url/ --- Capitalize the first character with JavaScript https://www.freecodecamp.org/news/javascript-capitalize-first-letter-of-word/ #arrow #destructuring #capitalize #url

Create password protected file sharing applications with Node JS , Express, and MongoDb, with Web Dev Simplified https://www.youtube.com/watch?v=AHXFMu8xVsc #nodejs #webdevsimplified #file #share #mongodb #express

Introducing Fresh, a fullstack TypeScript framework based on the Deno TS runtime https://deno.com/blog/fresh-is-stable #deno #runtime #typescript #fresh #fullstack

Unsubscribe to all YT channels at once. ============================== Step 1: Go to this link or paste it in your Browser (Open it in your PC only) https://www.youtube.com/feed/channels Step 2: Now Press "F12" or right click anywhere and click on Inspect. Step 3: In the inspect section on the top bar go to console and paste the following Script. Step 4: Hit enter ============================== SCRIPT var i = 0; var count = document.querySelectorAll("ytd-channel-renderer:not(.ytd-item-section-renderer)"); myTimer(); function myTimer () { if (count == 0) return; el = document.querySelector('.ytd-subscribe-button-renderer'); el.click(); setTimeout(function () { var unSubBtn = document.getElementById("confirm-button").click(); i++; count--; console.log(i + " unsubscribed"); console.log(count + " remaining"); setTimeout(function () { el = document.querySelector("ytd-channel-renderer"); el.parentNode.removeChild(el); myTimer(); }, 250); }, 250); } ============================== Follow @technical_stark for more useful stuff like this!

photo content

Guide to fullstack developer learning flow https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide/ #fullstack #guide

Several ways to get the first character in a JavaScript String https://javascript.plainenglish.io/javascript-get-first-character-of-string-cdd95333e24a --- An introduction to what is a ternary operator in JavaScript https://javascript.plainenglish.io/javascript-the-ternary-operator-6c073c7ffde4 --- Introduction to JavaScript Objects in Javascript https://dev.to/aamchora/javascript-objects-in-depth-5g71 --- #string #first #object #ternary

Collection of important resources to help web application development https://javascript.plainenglish.io/handy-resources-that-every-web-developer-should-be-aware-of-e048e135507f #resources #assets

How to use Debounce function in React JS https://www.freecodecamp.org/news/debouncing-explained/ #debounce #react

Using Null Coalescing as an alternative to logical or operators https://javascript.plainenglish.io/stop-using-logical-or-use-null-coalescing-instead-f7668c96b0db #nullish #coalescing

Important exercise on introduction to Getters and Setters in Javascript Objects with Dcode https://youtu.be/QhFo_L_81Tc #dcode #getters #setters

Basic practice of making responsive admin dashboard with React and Material UI https://blog.openreplay.com/creating-a-responsive-admin-dashboard-with-react #react #admin #dashboard

Cheat list on String manipulation in JavaScript https://devsmitra.medium.com/javascript-string-methods-a-cheat-sheet-for-developer-32ab29869123 #cheatsheet #string

Some things about web development that need to be known, and summarized by Fireship https://youtu.be/erEgovG9WBs #fireship #webdev

Comparison of several Node JS based ORMs that can be used on Nest JS https://blog.logrocket.com/comparing-four-popular-nestjs-orms/ #orm #nodejs #nest

Practice creating multistep forms with HTML, CSS, and JavaScript https://levelup.gitconnected.com/create-a-multi-step-form-using-html-css-and-javascript-30aca5c062fc #form #multistep