mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): replace arrays with strings in daily coding challenge mar-21 (#67156)
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ dashedName: challenge-223
|
||||
|
||||
# --description--
|
||||
|
||||
Given a 6x6 matrix (array of arrays), representing a QR code, return the string of binary data in the code.
|
||||
Given a 6x6 matrix (array of strings), representing a QR code, return the string of binary data in the code.
|
||||
|
||||
- The QR code may be given in any rotation of 90 degree increments.
|
||||
- A correctly oriented code has a 2x2 group of `1`'s (orientation markers) in the bottom-left, top-left, and top-right corners.
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ dashedName: challenge-223
|
||||
|
||||
# --description--
|
||||
|
||||
Given a 6x6 matrix (array of arrays), representing a QR code, return the string of binary data in the code.
|
||||
Given a 6x6 matrix (array of strings), representing a QR code, return the string of binary data in the code.
|
||||
|
||||
- The QR code may be given in any rotation of 90 degree increments.
|
||||
- A correctly oriented code has a 2x2 group of `1`'s (orientation markers) in the bottom-left, top-left, and top-right corners.
|
||||
|
||||
Reference in New Issue
Block a user