JavaScript Kicks - JSK Weekly - July 13, 2022

Back in 2015, the revolutionary ES6 was introduced with a variety of features that are commonly used in modern-day web development. Dulanka Karunasena takes us through "Top 6 JavaScript ES12 Features You Should Use" on Syncfusion.

Other popular stories include Rich Kurtzman's "No-Code Tools will be Used Increasingly for Years to Come", Jonathan Saring's "How to Easily Reuse React Components" and Thomas Sentre's "VS Code Extensions You Should Use As a React Developer" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

The Quickest Way to Become a Better Developer

Let's be honest... even though we are always trying to follow standards and best practices, we are only humans ()!We all have different p...

Mauro Erta


React Navigation v6 with TypeScript

Setting up your React Native mobile application navigation with TypeScript is as simple as it can be. Understanding it only takes two ste...

Joseph Oluwayomi Ajibodu


A Look At Remix And The Differences With Next.js

Quick summary ↬ Let's talk about Remix, the framework to create JavaScript projects using server-side rendering. Let's go through its mai...

Smashing Magazine


Use Lodash Methods to Reduce the Amount of Code You Write

Make your JavaScript code more readable using the Lodash library....

JavaScript In Plain English


JavaScript

Top 6 JavaScript ES12 Features You Should Use

Back in 2015, the revolutionary ES6 was introduced with a variety of features that are commonly used in modern-day web development. Since...

Syncfusion


14 Useful JavaScript Regularization Methods

In the project, the page display about the amount of currency is often encountered. In order to make the display of the amount more human...

Bit


JavaScript Tutorial - Code Two Word Games

Coding games is a fun way to improve your JavaScript skills. We just published a full course on the freeCodeCamp.org YouTube channel that...

Beau Carnes


JavaScript Nullable - How to Check for Null in JS

Sometimes you've gotta check to make sure that nothing isn't actually...nothing. 😲❗❓ In JavaScript, null is a primitive type intentional...

Eamonn Cottrell


Debugging JavaScript with Live Expressions in Chrome DevTools

Google Chrome is one of the most popular and widely used web browsers. It has also become the go-to web browser for developers to test th...

Bit


JavaScript DOM Manipulation Course

In website development, DOM stands for Document Object Model. It is a programming interface that allows us to create, change, or remove e...

Beau Carnes


20 Most-Used Array Methods in JavaScript

These four methods are very similar, let's talk about them together. push(element) : adds one or more elements to the end of an array and...

JavaScript In Plain English


JavaScript Check Empty String - Checking Null or Empty in JS

There are a number of reasons why you might need to check if a string is empty or not. One of the most important reasons is when you're r...

Joel 🦸‍♀️


TypeScript

The Most Asked TypeScript Questions on StackOverflow - Answered for Beginners

"I hate stack overflow" - said no developer ever. While it's helpful to have your answers a Google search away, what's even more powerful...

freeCodeCamp.org


Type Casting in TypeScript

Sometimes, in TypeScript, something will have an unknown type where TypeScript can't discern the specific type something should be. At it...

JavaScript In Plain English


Running Typescript scripts in node using esbuild

Typescript is hands down my favorite way to write Javascript these days, but sometimes when I just want to run a quick JS script to do so...

Jonathan Creamer


A Guide to TypeScript Array Type

Arrays work the same in TypeScript as they do in Javascript, the only difference being that we have to define their type upfront. Arrays,...

JavaScript In Plain English


Angular

First Impressions of Angular 14 on Web Rush #191

John, Ward, and Dan talk about their initial impressions of Angular 14. How has moving to a module-less world changed? What are tree shak...

John Papa


React

VS Code Extensions You Should Use As a React Developer

With the rise of new tools and technologies, developers can now build websites, apps, and other digital solutions faster than ever. These...

Bit


How to Easily Reuse React Components

Sharing reusable React components between projects and applications is a very powerful way to speed up development and build consistent e...

Jonathan Saring


How To Format React Code Efficiently With Prettier? - Upmostly

Prettier is a code formatting tool that automatically applies desired code styling for you in your project. Code formatting is not someth...

Upmostly


React Add Dynamic Class Name to Body When Navigating Tutorial

In a web application, we sometimes need to include or add dynamic classes to the HTML elements for specific pages. In this quick tutorial...

Digamber Singh


Guide to String Interpolation With React

When working with strings, situations may arise that require us to dynamically add a specific value into such string so that it still ret...

StackAbuse


Node.js

How to Create a Simple Email Form on Your Node.js Website

Most webpages have some contact form, usually not very fancy and the backend behind it can be SalesForce, any other variation of lead gen...

Pavel Polívka


How to Get Started with Node.js - Beginner's Guide to Node

Node.js is a JavaScript runtime that extends its capability to the server-side. It is built on Chrome's V8 JavaScript Engine. Node is an ...

Arash Arora


Create a Node.js App with Express

Express makes it much simpler to create a server and render different routes. Alongside EJS it makes web development a breeze. Express ha...

Ole Petter KH


Node.js: checking if an ESM module is "main"

An ESM module can be used in two ways: It can be used as a library from which other modules can import values. It can be used as script t...

Axel Rauschmayer


Node.js Module and Export Shenanigans

Trivia: Let's say we have a test.js file with the following content: console.log(arguments); What would be the output?...

JavaScript In Plain English


Executing shell commands from Node.js

In this blog post, we'll explore how we can execute shell commands from Node.js, via module 'node:child_process'. Table of contents: Modu...

Axel Rauschmayer


Libraries and Tools

How do JavaScript Frameworks differ from JavaScript Libraries?

JavaScript Frameworks vs Libraries - What's the difference? That was the second question a recruiter asked me at my last technical interv...

Bit


No-Code Tools will be Used Increasingly for Years to Come

No-code tools have been a revolutionary adjustment in the world of website development because they allow anyone to build a website. The ...

Rich Kurtzman


Until next week!

Bob, Robert, Miro, Branko and Boris

Change how often and what email you get on your account page.

Follow JavaScriptKicks on Twitter and subscribe via RSS.







This email was sent to you
why did I get this?    unsubscribe from this list    update subscription preferences
Dotnetkicks, LLC · PO Box 45087 · Seattle, WA 98145 · USA

Older messages

JSK Daily for Jul 12, 2022

Tuesday, July 12, 2022

JSK Daily for Jul 12, 2022 View this email in your browser A community curated daily e-mail of JavaScript news How to Easily Reuse React Components Sharing reusable React components between projects

JSK Daily for Jul 11, 2022

Monday, July 11, 2022

JSK Daily for Jul 11, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Debugging JavaScript with Live Expressions in Chrome DevTools Google Chrome is one of the

JSK Daily for Jul 8, 2022

Friday, July 8, 2022

JSK Daily for Jul 8, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Top 6 JavaScript ES12 Features You Should Use Back in 2015, the revolutionary ES6 was

JSK Daily for Jul 7, 2022

Thursday, July 7, 2022

JSK Daily for Jul 7, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Top 6 JavaScript ES12 Features You Should Use Back in 2015, the revolutionary ES6 was

JSK Weekly - July 06, 2022

Wednesday, July 6, 2022

Hello July! We are now solidly in the second half of the year! If you haven't heard of Uncle Bob, check out rxluz's "SOLID Principles with JS examples". Other popular stories this

You Might Also Like

Learning about Android Runtime

Thursday, April 25, 2024

View in browser 🔖 Articles Learning about Android Runtime I always enjoy reading articles that explore how something works under the hood. Here's an article that does exactly that, providing

Stripe changes its … stripes

Wednesday, April 24, 2024

TikTok on the president's docket and Nvidia acquires Run:ai View this email online in your browser By Christine Hall Wednesday, April 24, 2024 Good afternoon, and welcome to TechCrunch PM! Today

💪 You Can Use Copilot AI as a Personal Trainer — Why Your Laptop Needs a Docking Station

Wednesday, April 24, 2024

Also: Here's How to Make Your Apple ID Recoverable, and More! How-To Geek Logo April 24, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to

JSK Daily for Apr 24, 2024

Wednesday, April 24, 2024

JSK Daily for Apr 24, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JSK Weekly - 24th April, 2024 React 19 has introduced many great functionalities and

Daily Coding Problem: Problem #1422 [Hard]

Wednesday, April 24, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. Given a list of integers, write a function that returns the largest sum of non-

Charted | Artificial Intelligence Patents, by Country 🤖

Wednesday, April 24, 2024

This visualization shows which countries have been granted the most AI patents each year, from 2012 to 2022. View Online | Subscribe Presented by: New on VC+: Our Visual Briefing on the IMF's World

Save your seat: 1Password’s 2024 Security report insights webinar

Wednesday, April 24, 2024

Join us April 25th. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Top Tech Deals 📱 LG Flex TV, Google Pixel 7, DJI Mini 3, and More

Wednesday, April 24, 2024

Get yourself a discounted DJI drone, save on the Pixel 7, or score some PC and phone accessories. How-To Geek Logo April 24, 2024 Top Tech Deals: LG Flex TV, Google Pixel 7, DJI Mini 3, and More Find

The Protest Song Wakes Up 🎙️

Wednesday, April 24, 2024

Is this song the future of musical protest? Here's a version for your browser. Hunting for the end of the long tail • April 24, 2024 The Protest Song Wakes Up A buzzy protest song about the

JSK Weekly - 24th April, 2024

Wednesday, April 24, 2024

React 19 has introduced many great functionalities and features, among which the useOptimistic hook stands out. The useOptimistic hook offers a seamless way to manage UI states during asynchronous