My code:https://replit.com/@KarkiSanket/HTML-insertion-methods#index.html create element use garera g naam ko div banaye,aba yesma innerhtml use garera content add garna lako hunna.kina hola
Ask Mitra Latest Questions
How does this code work? What concept is used in this code?
I have created a portfolio, and I wanna have a greeting text in my portfolio like Hello <Google userName> everytime when someone open my website .
Why does the color of all elements not change? How does the Html Selector work?
What is the use of new keyword in JavaScript?
Why else statement is not working here? function playNumbers() { if(arguments.length < 1) { console.log(“There are no inputs.”) } else if(typeof(arguments) != “number”) { for (let i = 0; i ...Read more
[ I am having hard time understanding this javascript recursion function and how is the or operator (||) is working on return function in the inner function (find function) help me understand this code Thank You! ] function findSolution(target) { function ...Read more