Showing posts from October, 2022
Pub templates error

Pub templates error

Inconsistent indentation. Expecting either 4 or 8 spaces/tabs.     at makeError (C:\xampp\htdocs\dance\node_modules\pu…

Read Now
Print 12345 in php

Print 12345 in php

Print 12345 in php  <!DOCTYPE html> <html> <body> <?php for($i=5;$i>=1;$i--){ for($j=1;$j<=$…

Read Now
custom module in node js

custom module in node js

index.js exports the node js module  const mod = require ( "./mod" ); console . log ( mod . sum ([ 3 , 3 ]…

Read Now
Create table using php

Create table using php

Create table using php <?php $num =20; for($i=1;$i<=10;$i++){ echo "$num * $i =".$num * $i ."<…

Read Now
nodemon not run

nodemon not run

PS C:\xampp\htdocs\prac\nodejs\express> nodemon app.js nodemon : File C:\Users\dell\AppData\Roaming\npm\nodemon.ps1…

Read Now
grid spanning in css

grid spanning in css

grid-column-start  grid-column-end  grid-row-start grid-row-end <! DOCTYPE html > < html lang = "en&qu…

Read Now
Load More That is All