BF-FrontEnd-class-2023 / home

Home repository for Brussels formation Front End class
MIT License
11 stars 4 forks source link

Fernando: Welcome to JS, 3 weeks #171

Closed FernandoYsita closed 1 year ago

FernandoYsita commented 1 year ago

my fork of module repository

Learning objectives

1. What is Programming

What is a program? What is a programming language? How do programs and people fit together?

2. Just Enough JavaScript

Go in depth on JavaScript you need to know for writing interactive text-based programs in the browser. Along the way you will learn how each language feature works in small programs.

3. Understanding Programs

Learn how to understand a larger programs by finding connections between the details and the big picture. By the end of this chapter you will know how to read a new program and do a simple code review.

4. Developing Programs

Learn to modify and write larger programs in JavaScript. You'll cover many of the hidden skills necessary to develop quality software and to work collaboratively on a code base.


Week 1

I Need Help With:

for the moment im ok

What went well?

introduce me to JS

What went less well?

undertand how tro trace de variables

Lessons Learned

JavasScript basics Variables Let and const ES6 Loops (for, while, for in, do while) Conditional statements Switch Scopes Hoisting Truthy and falsy concept


Week 2

I Need Help With:

for the moment im ok

What went well?

understand the basics

What went less well?

I need to practice the code more

Lessons Learned

Using the debugger in a web browser Using study-lenses Reading and understanding programs Writing programs Fixing errors and bugs Methods of the window object Date object String operations and methods


Week 3

I Need Help With:

for the moment im ok

What went well?

understand the basics

What went less well?

I need to practice the code more

Lessons Learned

Refactoring Reverse engineering Fixing bugs Fixing error Naming variable code review

sammou00 commented 1 year ago

@FernandoYsita can you fill in your check-in for weeks 1 and 2?