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 a9f05ec commit be2cd00Copy full SHA for be2cd00
jQuery/src/index.js
@@ -78,7 +78,7 @@ const renderCards = async (pageSize, pageIndex) => {
78
};
79
80
$(() => {
81
- for (let i = 0; i < total; i+=1) {
+ for (let i = 0; i < total; i += 1) {
82
hexCodes.push(getRandomPastelColor());
83
}
84
0 commit comments