How can i go about implementing readFileAsString(file)
method?
just return file which you are passing as string argument.
You can implement your logic of reading a file as a string as we did in previous milestones.
We did file handling in module 1?
Where extracted symbols from trades.json
. In the same way you can proceed with this.