mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@ -40,7 +40,7 @@ const example = () => {
|
||||
input.shift()
|
||||
const length = input.length
|
||||
|
||||
let output = []
|
||||
const output = []
|
||||
|
||||
let i = 0
|
||||
while (i < length) {
|
||||
|
Reference in New Issue
Block a user