I can't interpret someone else's long js code.. what can I do?

I am confused when the dots, objects, functions, brackets are together. English is not my native language. Could it be for this reason?

Hey @yasinkaraa,

It is common for anyone to struggle to read other person’s code. It’s just the fact that everyone have their own way of writing their code. We all have our own way of naming variables and function. What you can truly do is try to understand it as best as you can. Try using console.log() practice to figure out what the function do.

1 Like