AAAsghar aliinasgharalifs.hashnode.dev00The Global Object in Node.js What It Is and How It Works6d ago · 5 min read · You have heard many times that console.log() is not a JavaScript function. but you use it in your daily development, right so have you ever wonder so it's Javascript function how we are able to use itJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00Array Methods You Must KnowMar 3 · 5 min read · You have used arrays in JavaScript, but when working with arrays, you need to know the array methods that come with arrays. Methods are just built in functions. Let's say John works at a superstore asJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00CSS Selectors 101: Targeting Elements with PrecisionFeb 28 · 4 min read · Why CSS selectors are needed before we understand why CSS selectors are needed, let's see the problem they solve. You have a HTML page with hunders of elemnets headeing, paragraphs, buttons, links, diJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00Understanding HTML Tags and ElementsFeb 28 · 4 min read · What is HTML? HTML is Hyper Text Markup Language, it is a standard markup language for creating web pages. it used to structure and organize the content of a web page. HTML uses tags to describe the cJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00TCP Working: 3-Way Handshake & Reliable CommunicationFeb 28 · 4 min read · What is TCP and why is it needed TCP stands for Transfer Control Protocol. It allows to communicate reliably over a network. It makes sure that data arrives completely, correctly, and in the right ordJoin discussion