JavaScript

JavaScript Basics – 2

Destructuring or object & array Destructuring assignment is a feature introduced in JavaScript ES6 (ECMAScript 2015) that allows you to extract values from arrays or properties from objects and assign…

JavaScript

JavaScript Basics – 1

Data types in JavaScript are 2 main types. Total 10 types 1) 2 Nonprimitieve / object type – Object & Array (You can say object & array is a data…

laravel-10-featured

Blade template directives – Tutorial 4

The view file is not a final file that is rendered and generates HTML. We can create subviews also there and we need to extend those subviews into main views…