Console clear

hello
I have this simple question : how to clear the console in W10 terminal ?
I try

  • console.clear()
  • clear
  • clear()
  • cls
    Nothing to work.
    I search on w3 and I find nothing different of these bad solutions.
    did you know the good one ?
    Tx

I am not a windows user, but found this: https://techstacker.com/how-to-clear-your-terminal/

Tx for answer.
Unfortunatly, it’s not work… on git bash !
But the good news is that it works with the terminal. Not a full clear but just fine to have a fine workspace.
Have a nice day.