Removed numbers concept exercise from Palindrome Products practices array.

This commit is contained in:
BethanyG
2023-03-30 20:50:14 -07:00
parent d8e8cb6ca7
commit 84c35bac97

View File

@@ -1441,7 +1441,7 @@
"slug": "palindrome-products",
"name": "Palindrome Products",
"uuid": "fa795dcc-d390-4e98-880c-6e8e638485e3",
"practices": ["functions", "function-arguments", "numbers"],
"practices": ["functions", "function-arguments"],
"prerequisites": [
"basics",
"bools",