Sunday, July 6, 2025
Saturday, July 5, 2025
Javascript Variable (Const , Let , Var) | Complete javascript series
Video link : Go to video
Complete Code :
<script>
// var x = 20;
// var x = 30;
// document.write(x)
// const x = 20;
// x = 30;
// document.write(x)
// let x = 50
// x = 30
// document.write(x)
var x = 40;
const y = 90;
let z = 80
document.write(window.x);
document.write(window.y);
document.write(window.z);
// window is an object used to describe variable globally.
</script>
Tuesday, July 1, 2025
Pure js Quantum Simulation | Qubit program
Code :
Sunday, June 29, 2025
Random Quotes Generator
Code:
Tuesday, June 24, 2025
Variable , Assign multiple variable in python with short program
See video - Go to video
Code :
Saturday, June 21, 2025
Wednesday, June 18, 2025
Thursday, May 29, 2025
Wednesday, May 28, 2025
Our Latest Products
Boutique Billing Software
ERP
Contact - https://websitedevelopmentservices.in/contact
Call us - +91-7080234447
๐ค AI เคเคฐ PC: เคฌเคฆเคฒเคคी เคฆुเคจिเคฏा เคी เคจเค เคคाเคเคค
เคเค Artificial Intelligence (AI) เคेเคตเคฒ เคเค เคคเคเคจीเค เคจเคนीं, เคฌเคฒ्เคि เคถिเค्เคทा, เคต्เคฏเคตเคธाเคฏ, เคธ्เคตाเคธ्เคฅ्เคฏ, เคธुเคฐเค्เคทा เคเคฐ เคถोเคง เคे เค्เคทेเคค्เคฐ เคฎें เค्เคฐांเคคि เคฒा เคฐเคนी เคนै। AI เค...
-
Video Link - Go to video Full code - <?php if ( $_SERVER [ 'REQUEST_METHOD' ]== "POST" ) { $email = $_POS...
-
Video Link - Go to video Full Code - <style> .popup-overlay { display : none ; position : fixed ; top ...









