Sum of Left Leaves

# Introduction In this challenge, we will write a function called `sumOfLeftLeaves` that takes the root of a binary tree as input and returns the sum of all left leaves. Ensure that the function is correctly exported and traverses the tree to calculate the sum of the values of all the left leaves.

|60 : 00

Click the virtual machine below to start practicing