DevThings

HomeBadges
Blog Author Picture

Neven

53 followers

Software Developer - trying to figure it out one line at a time.

101 GitHub Repos - Absolute List Of Useful Repos

Feb 15, 202123 min read

This is a list that I compiled over the years, it contains everything I found to be useful or interesting. There is no special categorization, it flows a bit to JS side but there little bit of everything. Please feel free to comment and add your fa...

Get started with Next-Gen JavaScript

Feb 3, 20219 min read

Let's Jump right into it Quick list of contents let & const ES6 Arrow Functions Exporting & Importing modules Classes Spread & Rest Operator Destructuring let & const let and const basically replace var. You use let instead of var and const inste...

A Simple Explanation of JavaScript Scope

Dec 18, 20207 min read

Scope in JavaScript is important concept that handles variable availability. Understanding scope is a MUST if you are going to code in JavaScript We will go step by step using simple examples, here is what you are going to learn Global scope Block...

5 Must-Know JavaScript Array Methods

Dec 17, 20204 min read

JavaScript Array methods are a must know for every JS developer out there. They will make your life easier, make you a faster developer and save you from writing unnecessary bloat code. These are my favorite ones 1. map() The map() method creates a...

Introduction to JavaScript DOM manipulation

Dec 16, 20204 min read

Let's start by explaining what is DOM Here is W3C definition "The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a ...

© 2021 DevThings

PrivacyTerms
Proudly part of