Nick Hibma
Results
2
comments of
Nick Hibma
/22 means the first 22 bits in the netmask are set. [This post](https://stackoverflow.com/questions/27261281/function-for-subnet-mask) in StackOverflow explains how to do it in Javascript: ``` function subnet2Mask(subnet) { return subnet .split('.') .reduce((nbb,...
Nope, I am not very proficient in Javascript.