function

 function add(a,b) {

}


add(78,65)


a b = parameter 


78 65 arguments


functionall calling    :: whatever call is arguments


whatever i am taking :: function parameter 

Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5