MKmonika Kumariinmonika123.hashnode.dev·Dec 18, 2022 · 4 min readArray and Array Methods:-In the last articles, we talk about javascript and its datatypes of which Array is one of them. Array is non primitive Datatypes ,its assign more than one elements at a time. so in this article, we are going to talk about Array and its methods....let...00
MKmonika Kumariinmonika123.hashnode.dev·Dec 12, 2022 · 3 min readValues:Primitive and Non Primitive DatatypesDATATYPES:- Every variable we declare in our js code has data types that tell us what kind of datatypes are stored in variables. There are two types of Datatypes:-Primitive datatypes and Non Primitive datatypes. so In this article mainly we are going...00
MKmonika Kumariinmonika123.hashnode.dev·Nov 29, 2022 · 3 min readAll About HTML ELEMENTS:-For the beginner who wants to learn development and wants to become a developer the most important and basic concept to learn first of all is Html. It is the core base of a website where we can start to create a website or web page. so when you are l...00
MKmonika Kumariinmonika123.hashnode.dev·Nov 28, 2022 · 3 min readWeb Server: How do web Servers work?The Internet acts as a great source of information. If we want any type of information or have any query we prefer to google it, or search on Internet but have we ever thought about how it internet work? what is a web server and who will handle it? m...00