Programming Tutorials

Latest

 thumbnail

Redirect to a URL in Laravel 6, 7 & 8

June 09, 2021

To redirect to a URL in Laravel, use the built-in redirect() function. Pass the redirect path as the first argument like...

 thumbnail

How to Check for an Empty String in JavaScript

June 08, 2021

There are two main ways of checking for an empty string in JavaScript, which we will learn about in this tutorial. ...

 thumbnail

How to Square a Number in JavaScript

June 04, 2021

To square a number in JavaScript use the Math.pow() function – this function takes two arguments, the first is the numbe...

 thumbnail

How to Check if a String Contains a Number in Python

June 04, 2021

In this tutorial, we will learn how to check if a string contains a number in Python. Check Each Character with str...

 thumbnail

How to Echo or Print an Array in PHP

June 04, 2021

In this tutorial, we will learn some different ways of printing/echoing an array in PHP. Print Data in PHP Array wi...