Wednesday, March 28, 2018

Code Base #1

var res = 500/250;
    if(res%1!=0){
    res=Math.ceil(res);
    }
    else{
    res=res+1;
    }

No comments:

Post a Comment

Discovery troubleshooting | Error messages

  Discovery troubleshooting | Error messages - Support and Troubleshooting (servicenow.com) Description Learn how to resolve common Discover...