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 4c2c13b commit 1eb4e07Copy full SHA for 1eb4e07
prep/example.js
@@ -0,0 +1,5 @@
1
+// function decimalTopercent(num){
2
+// let percent = num * 100;
3
+// return percent
4
+// }
5
+// console.log(decimalTopercent(0.5) + "%");
0 commit comments