JavaScript: Value return
Instructions
Loading...
Your exercise will be checked with these tests:
// @ts-check
import { expect, test } from 'vitest';
import f from './index.js';
test('test', () => {
expect(f()).toBe('hurray! hurray! hurray!');
});
Teacher's solution will be available in:
20:00
