JavaScript plus grand ou égal

let numOne = 1;
let numTwo = 2;
if(numeOne >= numTwo){
  yourFunction();
}
Energetic Eland