Can someone explain now the setTimeout is from JS ES6 or from jQuery?

Where comes from the setTimeout? basic js or jquery?

Thanks.

It has been a part of JavaScript for a very long time. It is not related to the jQuery library, but can be used with jQuery or any other JavaScript library.