Template String Parsing Implementation

# Introduction In this challenge, the task is to develop a template string parser by creating a function named `strRender`. The said function accepts a template string and a data object as parameters and must return a new string, replacing the variables in the template. The challenge setup will provide you with the code structure and example inputs/outputs to help guide your implementation.

|60 : 00

Click the virtual machine below to start practicing