Closed PreethiTapati closed 1 year ago
@PreethiTapati Still having a problem with loops
?
@PreethiTapati Still having a problem with
loops
?
yes, i understood how loop works, but still have some problem at sometimes while fixing the errors, when my code doesn't work. like with infinite loops
@PreethiTapati practice and time.
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.
/describing-programs
: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.
[x] Fully working Code.
Week 1
I Need Help With:
What went well?
What went less well?
Lessons Learned
primitive values
Week 2
I Need Help With:
What went well?
What went less well?
loops
Lessons Learned
errors and bugs debug code loops creation phase execution phase break points blocks
Week 3
I Need Help With:
What went well?
What went less well?
naming variables
Lessons Learned
debug code creation phase execution phase Describing the program Naming and describing variables Generic an specifies Tracing Backwards Linting Modifying Programs