WEBIONISTA
LATEST
How to find the shortest string in an array -JavaScript
Finding the shortest string in an array can be a common task when working with strings in JavaScript. There are numerous ways…
JavaScript – double exclamation mark
Have you ever seen !! in someone’s code and had no idea what it does? In short, The double exclamation mark (!!)…
How to get current URL in asp.net
Hey! Let’s take a look at how you can get the current asp.net URL. Good news! It could not be easier! Let’s…
How to create a hangman in Javascript
Let’s briefly look at how you can create a hangman game in Javascript. We will build it step by step, explaining every…
Next.js vs react | Difference and when to use which
These two are titans in the JS industry so there is no surprise to see Next.js vs react all over the internet….
is PHP still relevant in 2023?
PHP has been a popular web development programming language for over two decades, and it runs a sizable portion of the internet’s…
How to get the longest string in array (Javascript)
Here, we will quickly look at how you can get the longest string in a string array. Quickly and easily. You can…
How to get initials from the name (Javascript)
In this brief explanation, we will quickly look at two ways how you can get the initials from a name in Javascript.First…
Javascript – how to split array in half
Very briefly we will learn how to split array in half I will show you how to do it with splice method…