ismail-codinglab
ismail-codinglab
non-passed code ``` if(a === 'submitted' || a === 'published'){ .... } if(b.substring(5) === 'https'){ ... } ``` passed code: ``` enum Statusses{ Submitted = "submitted", Published = "published" }...
**Is your feature request related to a problem? Please describe.** so every dependency is a fancy word ``` import { OneModule } from "ciflx"; import { OneModule } from "sof2o11";...
### Description It would be a nice to have a heatmap indicator. to help the user with the 'guessing game' ### Why Example if you would price a product or...