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…