We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34aaf3b commit 50a48bfCopy full SHA for 50a48bf
test/fixtures/resistor-color/issue-73/resistor-color.js
@@ -0,0 +1,2 @@
1
+export const colorCode = (color='black') => COLORS.indexOf(color);
2
+export const COLORS = ["black", "brown", "red", "orange", "yellow", "green", "blue", "violet", "grey", "white"];
0 commit comments