JavaScript: Conditionals (`if`)
Instructions
Loading...
Your exercise will be checked with these tests:
import { expect, test } from 'vitest';
import f from './index.js';
test('test', () => {
expect(f(100500)).toBe('Try again!');
expect(f(42)).toBe('You win!');
});
Teacher's solution will be available in:
20:00
