#interview
Read more stories on Hashnode
Articles with this tag
Create a simple landing page with navbar and hero section using HTML and CSS <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
What are HTML tags and HTML Elements? HTML Tags: Tags are the starting and ending parts of an HTML element. They begin with < symbol and end with >...
What is Closure in Javascript? Need Closures in JavaScript are necessary for data privacy and encapsulation. Without closures, it would be...