DJdevanshu joshiindevanshu20.hashnode.dev·Nov 18, 2022 · 2 min readJavaScript logical questions**Here, we Have JavaScript Logical Question** Question no:1 function car(){ console.log(model); console.log(color); var model = 2015; let color = red; } car() The Output will be Undefined & Error. in the first line the output is und...00
DJdevanshu joshiindevanshu20.hashnode.dev·Oct 14, 2022 · 4 min readImage slider using HTML, CSS JavaScript!Building a basic image slider using HTML, CSS & JavaScript Project idea's for Front End Developer -Beginners About the project: The motivation to build this Image Slider was purely from the task given as an as...00