How to switch to different versions of JS?

for example, how can I switch to this version with ES3,?

Mar.03,2021

js is backward compatible. You can just use it without switching


.

running environment?

if it's a client-side js, what the user uses is the environment;
if it's a server-side js, that's backward compatible, you can also run ES3 things under ES2017.


do you want to change the running environment? Install IE 5 6 7 8 9 10?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d2a3-4efd7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d2a3-4efd7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?