Fixing executeQueryAsync "The file _list_or_something_else_ has been modified by _user_ on _date_" exception

The reason for the exception is the update of some entity in two separate queries that are executed at the same time.For example, you're changing list item title and description. But you're not grouping these operations but executing them separately....