Home

Posts

JS Code Snippets Sorting And Reversing An Array

Javascript Sorting And Reversing An Array

In this code snippet, we’ll learn how to sort and reverse arrays in Javascript…
JS Code Snippets Working With Strings

Javascript Working With Strings

In this code snippet, we’ll learn how to use some of the Javascript string manipulation functions…
JS Code Snippets Objects

Javascript Objects

In this code snippet, we’ll learn about objects in Javascript. Objects can contain other objects, functions, properties and act as a sort of container for them. This is useful for…
JS Code Snippets JSON

Javascript JSON

In this code snippet, we’ll learn about JSON serialization/deserialization in Javascript. JSON or javascript object notation is a data format/structure for storing/transporting data. It’s supported by a wide variety of…
JS Code Snippets const Keyword

Javascript const Keyword

In this code snippet, we’ll learn about the const keyword in Javascript. The const keyword does almost exactly the same thing to a variable as the let keyword. You can…
JS Code Snippets let Keyword

Javascript let Keyword

In this code snippet, we’ll learn about the let keyword in Javascript. Javascript allows for some pretty weird stuff with variables like using them before being declared, declaring the same…
Code Snippets Adding And Removing Elements From An Array

Javascript Adding and Removing Elements From An Array

In this code snippet, we’ll find out how to add/remove elements to/from an array in Javascript. At some point you will probably have the need to add or remove some…
JS Code Snippets For Of And For In Loops

Javascript For Of And For In Loop

In this code snippet, we’ll check out the for of loop in Javascript. You probably already know about the for and while loops. But there is another very useful type…

PHP Sending Emails

In this code snippet, we’ll learn how to send emails with PHPMailer in PHP. First, we’ll need to install the PHPMailer package. We’ll do that using a dependency manager for…

Advertisment ad adsense adlogger