Next-Level JavaScript

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 esc…


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:

a basic Pac-Man game

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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Next-Level JavaScript." Dominik Gorczyca | Sciencx - Monday May 3, 2021, https://www.scien.cx/2021/05/03/next-level-javascript/
HARVARD
Dominik Gorczyca | Sciencx Monday May 3, 2021 » Next-Level JavaScript., viewed ,<https://www.scien.cx/2021/05/03/next-level-javascript/>
VANCOUVER
Dominik Gorczyca | Sciencx - » Next-Level JavaScript. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/03/next-level-javascript/
CHICAGO
" » Next-Level JavaScript." Dominik Gorczyca | Sciencx - Accessed . https://www.scien.cx/2021/05/03/next-level-javascript/
IEEE
" » Next-Level JavaScript." Dominik Gorczyca | Sciencx [Online]. Available: https://www.scien.cx/2021/05/03/next-level-javascript/. [Accessed: ]
rf:citation
» Next-Level JavaScript | Dominik Gorczyca | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.