<div><b>How to clone or copy Object in Javascript with Example</b></div> <br />
var dataObject = new Array(); dataObject.push("Raja"); dataObject.push("Kumar"); dataObject.push("Siva"); var copyObject = JSON.parse(JSON.stringify(dataObject)); copyObject.push("Sarathy"); document.write(dataObject+"<br />"); document.write(copyObject+"<br />");
Do you want to delete a "" lesson. Warning! This delete will remove all it's sub lessons and contents.
Do you want to delete a "" sub lesson. Warning! This delete will remove all it's contents.
Do you want to delete content.
Do you want to remove selected book from favorite books.
Do you want to delete selected author from your authors list.