added medicine to scientific flags

This commit is contained in:
Andrzej Stepien 2023-08-09 17:40:39 +02:00
parent 6d68ebea4c
commit 11c2f65661
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ const allDefinitionsAreScientific = (meanings) => {
"sciences", "sciences",
"mathematics", "mathematics",
"natural-sciences", "natural-sciences",
"algebra" "algebra",
"medicine"
] ]
let scientific = 0 let scientific = 0
let totalDefs = 0 let totalDefs = 0