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 discussion