mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Changed to UpperCamelCase
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
// MatrixCheck tests to see if all of the rows of the matrix inputted have similar size columns
|
// MatrixCheck tests to see if all of the rows of the matrix inputted have similar size columns
|
||||||
const matrixCheck = (matrix) => {
|
const matrixCheck = (matrix) => {
|
||||||
let columnNumb
|
let columnNumb
|
||||||
|
Reference in New Issue
Block a user