performanceJavaScriptPerformanceMediumWhich is a common JavaScript performance bottleneck?1Inefficient DOM manipulation and blocking the main thread with heavy computation2Using const instead of var3Writing short functions4Using array methods like mapBack to list