Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Calculator

0

53
Views
Get intermediary value in VS Code Debugger while using JS chaining

Is it possible to get the intermediary value of a JS chaining process in VS Code Debugger.

For example here :

    const items = input
      .toString()
      .split('\r\n')
      .filter((i) => i !== undefined && i !== '');

I would like to get the value of items or input after it has been changed to toString() or after it has been split.

Thanks

7 months ago ยท Juan Pablo Isaza
Answer question
Find remote jobs