dimanche 4 octobre 2020

How to check if something is added to something in javascript? [closed]

var i = 5; var j = 4; var myFunction=()=>{i + j} Here I want to check wether i and j are added in myFunction through an if statement. How to do that?

Aucun commentaire:

Enregistrer un commentaire