Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix(curriculum): update questions in Debugging techniques lecture #60359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
Loading
from

Conversation

Supravisor
Copy link
Contributor

Checklist:

Closes #60349

@github-actions github-actions bot added the scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. label May 14, 2025
@Supravisor Supravisor changed the title fix(curriculum): updated questions in Debugging techniques lecture fix(curriculum): update questions in Debugging techniques lecture May 14, 2025
@jdwilkin4 jdwilkin4 requested a review from ilenia-magoni May 15, 2025 13:56
@jdwilkin4 jdwilkin4 added status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. full stack cert This label is for the new full stack certification labels May 15, 2025
@ilenia-magoni
Copy link
Contributor

I saw that the feedback wasn't compatible with the new question, but I can't make a full review of the new question

Copy link
Member

@moT01 moT01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple minor suggestions...


---

It immediately pauses execution, allowing you to inspect variables and the flow of the code.
Pausing code execution at a prefined location so you can inspect the code.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Pausing code execution at a prefined location so you can inspect the code.
Pausing code execution.

When I see one answer that's significantly longer than the rest, I assume it to be the correct answer - I think other people often have the same impression. How about this suggestion? Still seem correct to me.

```js
let firstNumber = 23;
let secondNumber = 4;
debugger; // Code execution pauses here
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
debugger; // Code execution pauses here
debugger;

Let's remove this to not give away the answer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full stack cert This label is for the new full stack certification scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update questions for debugging techniques lecture
4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.