Readplace

:red_circle: Define function 'interestToPayForDollars' · FagnerMartinsBrack/jack-the-moneylender@287deb5

GitHub 1 min read
View original
  • current

This article is too short to summarise.

Original file line numberDiff line numberDiff line change

@@ -12,6 +12,7 @@

1212

});

1313
1414

QUnit.test('$2 Loan Amount', (assert) => {

15+

const interestToPayForDollars = () => {};

1516

strictEqual({ expected: 0, actual: interestToPayForDollars(2) }, assert);

1617

});

1718

</script>