36
loading...
This website collects cookies to deliver better user experience
Inspect
or do CTRL+SHIFT+I
then you can see developer tools section out there.Devices
you can add custom devices or existing devices for checking in different different devices how your website/web-app behaves or work and in throttling you can customise your internet connection speed according to your needs and in shortcuts
you can use CTRL+L
for clearing console and many more shortcuts to save your seconds/minutes :)function onClickEvent(){
let mycount=1;
alert("your a best learner"+mycount+'excercise');
document.querySelector("body > ul > li:nth-child(2)").remove();
}
localstorage
and data that is limited for that Session only that called sessionStorage we can save that data for that session js sessionStorage.setItem("name","krishna");
undefined