Async (Asynchronous), as used by browsers, refers to a programming technique where multiple tasks can be executed concurrently without blocking or pausing the main execution thread. This technique allows certain operations, such as fetching data from servers or processing user input, to be performed independently, ensuring smooth and responsive user experience on websites or web applications.