Language Basics JavaScript DHTML




function total(a,b){
    return a + b
}




    document.write(total(2,3))