What happens
The input data for each exercise is in Data.lst but I don’t understand how it works.
What do you understand or find about that problem
I receive a group of data, if so what type of data is it? for example in codeabbey-021 is it an array of numbers? in codeabbey-028 is it a two-dimensional array? or all the data I review from Data.lst regardless of the exercise is a string that I must manipulate?
You make any workaround? What did you do?
I understand that the solution is given in functions, using a functional language would be more friendly to the rectum, so opt for pure Javascript. I have done the following:
- Put those values in a constant
- I understand that if I put an input parameter in the function it will be the data from Data.lst and that it arrives as a string, so I manipulate the string.
Something I have thought and noticed in some of the exercises I have detailed is that I must import that file, however I think I would not know how to do it with Javascript, if so I could use import instruction only works for modular programming as far as I know
!!