- ๐ฉ๐ฝโ๐ป Frontend Developer
- โ๏ธ Technical Blogger on Hashnode
- ๐ Loves creating content on Twitter
- ๐พ Tennis Player
- ๐ซFeel free to reach me out!
Programming Languages
C |
Python |
Frontent Development
HTML-5 |
CSS-3 |
JavaScript |
Tools
GIT |
JavaScript Functions
Functions are one of the major pillars of JavaScript. Many programming languages support various paradigms, the most well-known of which being Object-Oriented and Functional Programming. Although JavaScript can be both. Today in this blog, we will un...
Conditional Statements in JavaScript
Have you ever wondered how a computer game or program makes decisions? Or does it allow the user to decide what occurs next? There are various ways that we, as programmers, can control the flow...