ThatSoftwareDude
Categories
JavaScript
CSS
React
C#
HTML
Databases
Developer Tools
Box Shadow Editor
Text Shadow Editor
Image Placeholder Generator
Scrollbar CSS Editor
Typing Test
Newsletter
Menu
Menu
About
Polls
Typing Tests
Shop
Contact
Contact
Ask a question
Advertise
Popular
tags
#.NET
#5 minute guide
#AI
#Android
#API
#Artificial Intelligence
#ASP.NET
#Bootcamps
#Business
#C#
#Career
#ChatGPT
#Coding
#Computer Science
#CSS
#CSS3
#Database
#ES6
#Freelance
#Gadgets
#Game Development
#Guide
#Hardware
#HTML5
#Interviews
#IT
#Javascript
#Learning to code
#Module
#Performance
#Productivity
#Programming
#React
#Security
#SQL
#Startup
#Surface
#Web Design
#Web Development
#Windows
es6
Working with the destructuring assignment in JavaScript
6/2/2021
The destructuring assignment in JavaScript is one of those things that you might never see yourself using, but that might be just the thing
How use-strict affects your JavaScript code
1/25/2021
You might be familiar with seeing the following directive at the top of JavaScript files.
Working with Maps in ECMAScript 6
2/25/2020
In my last post I went over the Set() data structure that was introduced with ECMAScript 6. Today I will be going over t
Working with Sets in JavaScript
2/18/2020
ECMAScript 6 introduced the new Set type into its toolset. What are Set's? Essentially they are an ordered list of values that hav
How JavaScript optimizes tail calls
10/17/2019
A commonly seen useful shorthand when writing code is the ability to call a function as a return statement.
Creating functions dynamically with JavaScript
8/22/2019
The Function constructor is something that isn't usually talked about in JavaScript circles, but it is a useful mechanism to have
Working with JavaScript Tagged Template Literals
8/15/2019
There is one feature in JavaScript (ES6) that many developers are totally unaware of and one that can be very beneficial in your p
Working with ES6 classes and objects
7/25/2019
ES2015 introduced a new syntax into the JavaScript specification that finally allows us to create classes in a much cleaner way than th
How the Spread operator works in ES6
5/10/2019
The Spread operator is one of those concepts in JavaScript that, while you appreciate what it does, you just can't ever quite seem to find t
How to use block bindings in ES6
4/30/2019
For a long time now, declaring variables using the standard var keyword was commonplace in JavaScript. While super easy to use, it was not w
Useful JavaScript ES6 concepts to start using right now
1/17/2019
If you have not kept up with the many changes that JavaScript has gone through during the past few years, then maybe now is the time to inco
Popular Tags
.NET
Career
Javascript
Productivity
Programming
Security
Web Design
Web Development