This content originally appeared on DEV Community and was authored by Dominik Gorczyca
Hello again, another module behind me and here's my experience.
This one was very short, I learned many new things from next-level JS(many which I already knew about) like:
- Template literals -
'string text ${expression} string text'
(couldn't escape backtick so it's apostrophe instead) - Destructuring assignment -
[a, b] = [10, 20];
- For of loop -
for (let element of elements) console.log(element);
- Arrow functions -
() => "Hello world"
Then there were few challenges to accomplish but they were extremely easy like find largest number in array but at least I could try out some new things from before.
The final part took me 2 months though. The challenge was to create simple Pac-man game but I was unsatisfied when I saw what we will get at the end:
Nothing against the teacher but I decided to be ambitious and that instead of going along I will do it from scratch myself. It took me over 2 months and it was many times bigger than my last biggest project, I had very high hopes but it turned out to be a buggy failure after I hosted it for some reason.
Click Here to play PAC-MAN and Click Here to see how I did it, what I struggled on, what I learned and what really happened to my website.
This content originally appeared on DEV Community and was authored by Dominik Gorczyca
Dominik Gorczyca | Sciencx (2021-05-03T15:56:59+00:00) Next-Level JavaScript. Retrieved from https://www.scien.cx/2021/05/03/next-level-javascript/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.