Day 45 / 100 Days of Code: Exploring New Patterns
Jacob Stern

Jacob Stern @jacobdavidstern

About: 6/29/2024 starts my 100 Day of Code challenge with Codecademy. Let's go!

Location:
Phoenix, AZ, USA
Joined:
Jun 29, 2024

Day 45 / 100 Days of Code: Exploring New Patterns

Publish Date: Aug 15 '24
0 0

Wed, August 14, 2024

Learning a programming language isn’t for the faint-hearted. You really need to dive in to grasp it, and there are many skill levels to progress through. JavaScript, for instance, is quite different from C++. As a higher-level language, it handles a lot for you, has some pretty advanced constructs, and has a lot of them. It’s like comparing a text editor to a word processor; there are many template layers that do real work for you. I haven’t tackled file I/O yet, but working with standard output to the console was engaging today. Managing order of execution by grouping operators and operands, is a great warm-up. Today, I covered conditionals, including if-else statements. Tomorrow, I’ll start with functions, where the heavy lifting begins.

For healthy workspace reasons, I may relocate for the next five days, but it won’t significantly impact my learning.

Comments 0 total

    Add comment