Nothing here yet.
Freelance work, technical writing
Mar 15 · 5 min read · Introduction Imagine if you are writing a program manipulating data and you don't have a container to hold the values. How chaotic would it be, everything will have to be static since there is no cont
Join discussionMar 15 · 3 min read · What Are Functions? A function is a reusable block of code that performs a specific task. Instead of writing the same logic multiple times, we place that logic inside a function and call it whenever w
Join discussionMar 15 · 4 min read · Introduction: Why Operators Matter When we work with values, we need to manipulate them on basis of some condition. To manipulate the values we use operators. Operators allow us to perform calculation
Join discussion