I repeat: You do not *need* to invest in a macbook to learn how to code. Don't listen to the biased devs, just worry about the portfolio youre building & skills you're learning
#100DaysOfCode R4D81
Started learning #wordpress, for work. Learned about making child themes. (extending themes)
1. Make a folder named 'x-child'
2. Add 2 files, style.css, functions.php
3. Copy paste the codes here https://t.co/GWAKR4Httr
#freeCodeCamp
The new, Getting Started with JavaScript, course by @getify is free!
Learn the 3 pillars of JavaScript:
1. Types & Coercion
2. Scope & Closure
3. โthisโ and Prototypes
Create a free account here to get started! https://t.co/ryF1B8KzvC
#100DaysOfCode R4D80
First time using Render Prop pattern in projects. ๐
why/when to use? sharing data between additional components.
gist: https://t.co/AGIwdEBO1p
docs: https://t.co/WGsMJzL7SZ