Thursday, May 15, 2014

Port 35729 is already in use by another process

This usually happens when there's another Terminal window open, it works after closing the other terminal window.

No comments:

Post a Comment

Javascript find highest and lowest from the given inputs

function highAndLow(numbers){ // numbers = "4 5 29 54 4 0 -214 542 -64 1 -3 6 -6"   let numbersInArr = numbers.split(' '...