firstly I started 2 times learn to js but at last I gave up. 2 days ago I decided to learn js and I said to myself I wont give up. Anyway, I saw a document in github called by 30 days of javascript. I already need to a document for learning so I started with this document. First 2 days were okay. But today third day and I stuck at examples of function. Because of there are functions,arrays,loops. When I need to write with these three things it’s being to very complicated.
Example : Modify the userIdGenerator function. Declare a function name userIdGeneratedByUser. It doesn’t take any parameter but it takes two inputs using prompt(). One of the input is the number of characters and the second input is the number of ids which are supposed to be generated.
I wrote variables,beginning of loops after that I stuck. Instanly I forgot to everything. At last I checked up with chatgpt My question is 30 days of javascript’s examples really hard ? if not what should I do for these examples ?
When I need to functions,arrys and loops I can’t write anything. I know defination of them and basicly I can write but when works are going to be complicated for what should I do ?
Emir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.