The .js generation should be wrapped in a function that accepts the input and output files. ``` python generate_table_js(input_file_csv,output_file_js); ``` should be possible so that one does not have to propagate for different input and output files.
The .js generation should be wrapped in a function that accepts the input and output files.
should be possible so that one does not have to propagate for different input and output files.