How to add a week to a date in JavaScript?
20 April 2020
Dealing with dates in JavaScript is inevitable. There are so many different situations that require the manipulation
How to Exit out of a Function in JavaScript? 3 Great Methods.
19 April 2020
When creating functions with multiple possible returning paths we may need to exit out of the function
How to get the current year in JavaScript?
18 April 2020
JavaScript is synonymous with working with Dates. And with that comes a whole host of date manipulation
How to get the hostname from a URL in JavaScript?
18 April 2020
When dealing with URLs in JavaScript, we often need to get the host value or root URL.
How To Concatenate Variables and Strings in JSX and React.js
18 April 2020
When specifying properties of React components, there are many situations where a combination of a string and
How to fix JSX is not allowed in files with extension.
18 April 2020
When setting up your ESlint rules, we can run into situations where a predefined rule is not
How to get a local IP address in Node.js?
18 April 2020
When building a web application there are times where our program needs to have the value of
How to get a file extension in Node.js
18 April 2020
When working inside a node environment, working with file paths and directories is a common occurrence. As
How to get a file name from path in JavaScript
18 April 2020
When working with JavaScript, interacting with file paths and directories is common. As such, the desire to
How to create a new line in JSX and Reactjs
17 April 2020
When creating components in React.js there are situations where newlines are required inside the render function.