Skip to main content
Search
Search This Blog
Coding with faisal
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
July 15, 2024
Function of javascript.
// let x = myFunction(4, 3); // document.getElementById("demo").innerHTML = x; // function myFunction(a, b) { // return a * b; // } var c = myFunction(50,30); function myFunction(a,b) { return a+b; }
Comments
Popular Posts
July 16, 2024
My Html full cources.
July 16, 2024
Css variables.
Comments
Post a Comment