We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6768 commit ac605aaCopy full SHA for ac605aa
14_contains/solution/contains-solution.spec.js
@@ -1,7 +1,7 @@
1
const contains = require('./contains-solution');
2
3
describe('contains', () => {
4
- const nestedObject = {
+ const object = {
5
data: {
6
banana: NaN,
7
info: {
0 commit comments