Converts HTML entities to their corresponding characters in a string
Overall
score
85%
Evaluation — 85%
↑ 1.39xAgent success when using this tile
Property path utilities (toPath, property, matchesProperty)
Uses _.get
100%
0%
Uses _.toPath
0%
0%
Uses _.matchesProperty
0%
0%
Correct _.get usage
100%
0%
Correct _.toPath usage
0%
0%
Correct _.matchesProperty usage
0%
0%
Object property access (get, set, has)
Uses _.get function
100%
100%
Uses _.set function
100%
100%
Uses _.has function
100%
100%
Correct path handling
100%
100%
Proper default values
100%
100%
Array filtering and compacting
Uses _.compact
0%
100%
Uses _.filter
100%
100%
Uses _.uniq
100%
100%
Uses _.uniqBy
100%
100%
Array zip with custom iteratee (zipWith, unzipWith)
Uses zipWith
0%
100%
Uses unzipWith
0%
0%
Correct argument handling
100%
80%
Handles edge cases
50%
50%
String case conversion (camelCase, kebabCase, snakeCase)
Uses camelCase function
100%
100%
Uses snakeCase function
100%
100%
Uses kebabCase function
100%
100%
Recursive transformation
40%
100%
Convention routing
100%
100%
Collection sorting (orderBy, sortBy)
Uses sortBy or orderBy
100%
100%
Single property sorting
100%
100%
Function iteratee support
100%
100%
Multiple property sorting
100%
100%
Sort order control
100%
100%
Collection grouping (groupBy, keyBy, partition)
Uses groupBy
100%
100%
Uses keyBy
100%
100%
Uses partition
100%
100%
Object property enumeration (keys, values, entries)
Uses _.keys
0%
100%
Uses _.values
0%
100%
Uses _.entries
0%
100%
Uses _.keysIn
0%
100%
Proper filtering implementation
0%
100%
Attempt with error handling
Uses attempt for JSON parsing
0%
100%
Uses attempt for integer parsing
0%
100%
Uses attempt for method execution
0%
100%
Uses isError helper
0%
100%
Array searching (find, includes, indexOf)
Uses _.find
100%
100%
Uses _.find predicate
100%
100%
Uses _.includes
100%
100%
Uses _.indexOf
100%
100%
Install with Tessl CLI
npx tessl i tessl/npm-lodash-unescape