Check how many time come character in the string in the javascript
<script> const stringcharcount = (str)=>{ alert(); let obj = {}; for(let char of str) (!obj[char]) ?obj[char]…
<script> const stringcharcount = (str)=>{ alert(); let obj = {}; for(let char of str) (!obj[char]) ?obj[char]…
Agar khali time diya hai to date nikale Find the date given time in php <!DOCTYPE html> <html> <body&g…
static/style.css * { font-family : 'Gill Sans' , 'Gill Sans MT' , Calibri, 'Trebuchet MS' ,…
get only date in the datetime in sql or get only date in sql using date function in sql select date(create) from visha…
Get two dates difference in sql or Get two dates difference days in mysqli use DATEDIFF function in the sql select DAT…
const express = require ( "express" ); const path = require ( "path" ); const app = express…
// 2-vihal 4-sarika 7-lakhan 12 - c printing function numbercheck ( number ){ for ( let i = 1 ; i <= number ;…
Inconsistent indentation. Expecting either 4 or 8 spaces/tabs. at makeError (C:\xampp\htdocs\dance\node_modules\pu…
check sum of the array is zero in the given array in javascript <!DOCTYPE html> <html> <body> <h2…
<!DOCTYPE html> <html> <body> <h2>My First JavaScript</h2> <script> //reverse the …
Swap the 2 number in the javascript swaping the numer using javascript <!DOCTYPE html> <html> <body>…
Print 12345 in php <!DOCTYPE html> <html> <body> <?php for($i=5;$i>=1;$i--){ for($j=1;$j<=$…
index.js exports the node js module const mod = require ( "./mod" ); console . log ( mod . sum ([ 3 , 3 ]…
Check prime or not number check in the php <!DOCTYPE html> <html> <body> <?php function checkPrim…
const http = require ( "http" ); const fs = require ( "fs" ); const server = http . createS…
index.js :- const http = require ( 'http' ); const fs = require ( 'fs' ); const hostname = '…
sort array in ascending order in php <!DOCTYPE html> <html> <body> <?php $test_array = [12,2,1,5,…
array ki value ko kaise count karte hai in php | count array value or length in php <!DOCTYPE html> <html>…
error 1292 incorrect date value '0000 - 00 -00 ' for column at row 1 incorrect date value '0000 - 00 -0…
Print each value of the array in php <!DOCTYPE html> <html> <body> <?php $test_array = ['vish…
reverse number or string in the php <?php $num =1234567890; echo "Reverse the number .....<br>"; ec…
<script> function Ispalimdrome(str){ const ispalimdromeCheck = str.split('').reverse().join('');…
Create table using php <?php $num =20; for($i=1;$i<=10;$i++){ echo "$num * $i =".$num * $i ."<…
Find the character in the string <!DOCTYPE html> <html> <body> <?php $string = "PHP is a ser…
PS C:\xampp\htdocs\prac\nodejs\express> nodemon app.js nodemon : File C:\Users\dell\AppData\Roaming\npm\nodemon.ps1…
Template Area in css grid practice <! DOCTYPE html > < html lang = "en" > < head > &…
Using the express in the nodejs const express = require ( "express" ); const app = express (); const p…
grid-column-start grid-column-end grid-row-start grid-row-end <! DOCTYPE html > < html lang = "en&qu…