Basic loading scripts asynchronously question

Basic loading scripts asynchronously question

When dealing with multiple external javascript script files what is the best practice to loading scripts asynchronously?

Is it a good idea to add the async attribute to all the external scripts links?