Sabitlenmiş Tweet
Ollie
1.8K posts

Ollie
@Ollie_W_Dev
Self-Taught Web Developer | Currently learning JavaScript 💻 I tweet about my journey, hopefully I can inspire in some way 😃
Katılım Kasım 2009
277 Takip Edilen280 Takipçiler

@web_dev_dan @woodelliot Congrats Dan! Can I ask, did you learn online or do a boot camp?
English

@bookercodes @scrimba There is no other learning experience as good as scrimba. My learning has been transformed in a massive way since I signed up 🙌
English

Learning should be fun 🙌!
So many online coding courses and platforms are serious and intimidating.... You will never find that at @Scrimba
English

@bookercodes Only recently I realised this 😂 I started over twice before 😩
English

Giving myself the day off from coding today and spending it with my fiancée 😃 I’ll be well rested and ready to go tomorrow 👍 #javascript #scrimba
English

Day 83-86 || #100DaysOfCode
I can't deal with this character count limit LOL.
Here's a window into my week so far.

English

@S0_And_S0 @scrimba Thank you!! This is really helpful, thanks for taking the time :)
English

@Ollie_W_Dev @scrimba Excellent progress!
Tip the `in` keyword within `for` loops is super useful for handling arrays that may have missing elements, eg.
const a = [ 'zero', 'one', 'two' ];
delete a[1];
for (const i in a) {
console.log(`a[${i}] ->`, a[i]);
}
//> a[0] -> zero
//> a[2] -> two
English

Day 2 #100DaysOfCode
- Today I learnt about arrays and loops and how to use them together.
Continuing working on the blackjack app within @scrimba it's been super fun!
#javascript #beginnersjavascript #codenewbie

English

Day 3 #100DaysOfCode
- Today I finished the blackjack project on @scrimba! 🙌
I feel I've come such a long way in little time, I still have a way to go but I'm feeling good about the journey!
#javascript #beginnersjavascript #codenewbie

English

@DThompsonDev Hey! My name is Ollie, I love gaming/streaming. My goal is to become a full time Front-End Developer.

English

@Rashmi_15_ Thank you very much 😃 I’m having a great time on their at the moment. Best of luck to you!
English

@Ollie_W_Dev All the best on your coding journey 🙂 👍 💻 I've also completed all 3 projects in that js course. That's so much fun to learn on Scrimba.
English

Day 1 #100DaysOfCode
- Today I completed the passenger count app project on @scrimba.
Everything seems so much more simple since ive been learning on their!
Next is to tackle the Blackjack project!
#javascript # beginnersjavascript # codenewbie

English

Do you have a portfolio? ✨
Share your link below.
This is mine: chrisbongers.com
English



