JavaScript: Combination of logical expressions
Instructions
Loading...
Your exercise will be checked with these tests:
import { expect, test } from 'vitest';
import f from './index.js';
test('test', () => {
expect(f('89602223423')).toBe(false);
expect(f('+79602223423')).toBe(true);
});
Teacher's solution will be available in:
20:00
