Solving Large Integer Addition Challenge

# Introduction In this challenge, we will tackle the problem of adding large integers. JavaScript has limitations when it comes to accurately representing integers beyond a certain range. To overcome this, we will implement an `addBigNum` function that takes two non-negative integers in string form, calculates their sum, and returns the result as a string as well.

|60 : 00

Click the virtual machine below to start practicing