function substrNumbrs(first, second){
var result = first - second;
result;
}
document.write(substrNumbrs(10, 5));