BF-FrontEnd-class-2023 / home

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

Ervin : Welcome to JS : 3 weeks #182

Closed ervinMamutov closed 1 year ago

ervinMamutov commented 1 year ago

my fork of module repository


Learning Objectives

all of these skills are limited to short, single-page programs written with Just Enough JavaScript

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:

I'm at the beginning of my journey. So there are a lot of questions. I'm dealing with them as they come in.

What went well?

Doing the tasks in sequence.

What went less well?

The connection between Javascript and HTML. I will look into this matter further.

Lessons Learned


Week 2

I Need Help With:

So far, I have found answers to all the questions that arise.

What went well?

Fix errors and bugs Comment Painting

What went less well?

exercises != time

Lessons Learned

JavaScript syntax
Errors and bugs Debug Loop


Week 3

I Need Help With:

DOM

What went well?

I have completed all the exercises

What went less well?

Not as fast as I had planned

Lessons Learned

sammou00 commented 1 year ago

@ervinMamutov The connection between JS, HTML and CSS will become clear when we study the DOM in the incoming module.