π₯ JavaScript January Day 0/31 π₯
Learning #JavaScript for your New Years Resolution? This one is for beginners - each day in January, Iβll be posting a little challenge for you to do! π
How can you do multi-line comments in JavaScript? π
#JanuaryJavaScript#100DaysofCode
The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.
What will the code return? π
#100Devs
Great read from @amberleetech on landing your first role as a self-taught developer.
Lean on your community and learn from one another! βοΈ
#DEVCommunity
https://t.co/MeRAptTdr4
This is the .filter() method - this method will create a new array filled with elements that pass a test provided by a function.
What will the code return? π
#100devs#webdeveloper#fullstack#javascript
Introducing.... March Methods for the month of March π» We're starting off with the .forEach() method - this method will execute the same code for each element of an array
What will the code return? π #100Devs#100DaysofCode
π§ Troubleshoot Tuesdays π§
For today's #JavaScript challenge, it doesn't log that it is Troubleshoot Tuesday to the console - what do we need to change in the code to make it work as expected? π
#codeherjourney#100devs#100daysofcode#womenwhocode
Happy Monday everyone π this one is for my #100Devs
CSS can be a pain, but there are loads of resources that help. My all time favourite resource is @codecademy and it takes time! Have you checked out the flexbox froggy game? #CSS#flexbox