summary refs log tree commit diff stats
path: root/javascript/square-root/.npmrc
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-04 23:06:26 +0530
committerAndinus <andinus@nand.sh>2021-09-04 23:06:26 +0530
commit90e12a35bc1814e4d20ce14c84ef7405e15b1e04 (patch)
tree996e54646d5d15da97e34b84ab7d38d0a60ef2bc /javascript/square-root/.npmrc
parent3e70da35ee173955ed9990e5dfd214eb8f693e61 (diff)
downloadexercism-90e12a35bc1814e4d20ce14c84ef7405e15b1e04.tar.gz
JS: Raindrops: Remove repeated math logic
- Removes repeated math logic.
- Compares against "" instead of using .length.
- Uses "number" instead of "num".
Diffstat (limited to 'javascript/square-root/.npmrc')
0 files changed, 0 insertions, 0 deletions
tle='author Ben Morrison <ben@gbmor.dev> 2019-05-22 23:35:37 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-05-22 23:51:12 -0400 moved test init funcs to init_test, testing POST' href='/gbmor/getwtxt/commit/post_test.go?h=v0.4.15&id=a6c816217f09e4d462949c2631a88439886ed655'>a6c8162 ^
6f93835 ^

a6c8162 ^






6f93835 ^
a6c8162 ^




a6c8162 ^
6f93835 ^
a6c8162 ^












b957093 ^



















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97