We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38941b commit f010138Copy full SHA for f010138
js/products.js
@@ -60,10 +60,6 @@ function displayProducts(products) {
60
61
loadProducts();
62
63
-// for (let i = 0; i < 10000000; i++) {
64
-// const temp = Math.sqrt(i) * Math.sqrt(i);
65
-// }
66
-
67
function processHeavyOperation(startIndex, chunkSize) {
68
const endIndex = Math.min(startIndex + chunkSize, 10000000);
69
0 commit comments