Welcome to the Linux Foundation Forum!
- 
      
Re: Promisify based solution for lab 8.2 .
Prefer async/await to .then and .catch because * it allows for async stack traces (stack traces over multiple event loop ticks that trace the awaiting of promises in async functions) * if you forget …1 - 
      
Re: ch-3 : labs-1
@narmer did you download the latest labs? The latest labs should not have this issue. line 27-29 of ch-3/labs-1/validate.js should be: const server = spawn(process.platform === 'win32' ? 'npm.cmd' : …1 - 
      
Re: Lab 4.2 - Setting a Breakpoint Using a Code Keyword
the course is being updated for Node 16 - the inspect-brk issue seems to be resolved in 16, use the --inspect-brk flag to pause at the first line of code.2 - 
      
Re: Lab 3.1 - Deliver Data from a Library API
@aarongoshine well pointed out, the validate script runs the server for you in this case1 - 
      
Re: Key JavaScript Concepts | Constructor Functions
thanks @toramanomer and @krave - totally correct, this is being fixed1 
Upcoming Training
-   
  			August 20, 2018
  			
Kubernetes Administration (LFS458)
 -   
   	    August 20, 2018
   	     
Linux System Administration (LFS301)
 -   
  	  August 27, 2018    
			
Open Source Virtualization (LFS462)
 -   
			August 27, 2018
			
Linux Kernel Debugging and Security (LFD440)
 
