id int64 1 2.26k | language stringclasses 7
values | category stringclasses 3
values | difficulty stringclasses 2
values | task_description stringclasses 132
values | code stringlengths 68 753 | explanation stringclasses 449
values |
|---|---|---|---|---|---|---|
2,001 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "level". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('level')) | Vowel Count operation, function named 'perform_vowel'. |
2,002 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "OpenAI Claude". | def apply_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(apply_vowel('OpenAI Claude')) | Vowel Count operation, function named 'apply_vowel'. |
2,003 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "OpenAI Claude". | def execute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(execute_vowel('OpenAI Claude')) | Vowel Count operation, function named 'execute_vowel'. |
2,004 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "was it a car or a cat i saw". | def execute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(execute_vowel('was it a car or a cat i saw')) | Vowel Count operation, function named 'execute_vowel'. |
2,005 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "was it a car or a cat i saw". | def run_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(run_vowel('was it a car or a cat i saw')) | Vowel Count operation, function named 'run_vowel'. |
2,006 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "noon". | def process_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(process_vowel('noon')) | Vowel Count operation, function named 'process_vowel'. |
2,007 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "data science". | def compute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(compute_vowel('data science')) | Vowel Count operation, function named 'compute_vowel'. |
2,008 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "step on no pets". | def process_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(process_vowel('step on no pets')) | Vowel Count operation, function named 'process_vowel'. |
2,009 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "step on no pets". | def handle_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(handle_vowel('step on no pets')) | Vowel Count operation, function named 'handle_vowel'. |
2,010 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "coding". | def execute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(execute_vowel('coding')) | Vowel Count operation, function named 'execute_vowel'. |
2,011 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "coding". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('coding')) | Vowel Count operation, function named 'perform_vowel'. |
2,012 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "madam im adam". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('madam im adam')) | Vowel Count operation, function named 'perform_vowel'. |
2,013 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "madam im adam". | def apply_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(apply_vowel('madam im adam')) | Vowel Count operation, function named 'apply_vowel'. |
2,014 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "kayak". | def process_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(process_vowel('kayak')) | Vowel Count operation, function named 'process_vowel'. |
2,015 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "kayak". | def run_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(run_vowel('kayak')) | Vowel Count operation, function named 'run_vowel'. |
2,016 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "the quick brown fox". | def execute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(execute_vowel('the quick brown fox')) | Vowel Count operation, function named 'execute_vowel'. |
2,017 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "the quick brown fox". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('the quick brown fox')) | Vowel Count operation, function named 'perform_vowel'. |
2,018 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "civic". | def process_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(process_vowel('civic')) | Vowel Count operation, function named 'process_vowel'. |
2,019 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "civic". | def compute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(compute_vowel('civic')) | Vowel Count operation, function named 'compute_vowel'. |
2,020 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "never odd or even". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('never odd or even')) | Vowel Count operation, function named 'perform_vowel'. |
2,021 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "python programming". | def compute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(compute_vowel('python programming')) | Vowel Count operation, function named 'compute_vowel'. |
2,022 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "python programming". | def run_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(run_vowel('python programming')) | Vowel Count operation, function named 'run_vowel'. |
2,023 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "deified". | def run_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(run_vowel('deified')) | Vowel Count operation, function named 'run_vowel'. |
2,024 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "deified". | def process_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(process_vowel('deified')) | Vowel Count operation, function named 'process_vowel'. |
2,025 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "algorithms and data structures". | def handle_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(handle_vowel('algorithms and data structures')) | Vowel Count operation, function named 'handle_vowel'. |
2,026 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "algorithms and data structures". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('algorithms and data structures')) | Vowel Count operation, function named 'perform_vowel'. |
2,027 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "rotor". | def compute_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(compute_vowel('rotor')) | Vowel Count operation, function named 'compute_vowel'. |
2,028 | Python | String Manipulation | intermediate | Perform 'vowel count' on the string "rotor". | def perform_vowel(s):
return sum(1 for c in s.lower() if c in "aeiou")
print(perform_vowel('rotor')) | Vowel Count operation, function named 'perform_vowel'. |
2,029 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "racecar". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(perform_vowel("racecar")); | Vowel Count operation, function named 'perform_vowel'. |
2,030 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "hello world". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(process_vowel("hello world")); | Vowel Count operation, function named 'process_vowel'. |
2,031 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "hello world". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(apply_vowel("hello world")); | Vowel Count operation, function named 'apply_vowel'. |
2,032 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "A man a plan a canal Panama". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(run_vowel("A man a plan a canal Panama")); | Vowel Count operation, function named 'run_vowel'. |
2,033 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "A man a plan a canal Panama". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(process_vowel("A man a plan a canal Panama")); | Vowel Count operation, function named 'process_vowel'. |
2,034 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "Rust is fun". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(apply_vowel("Rust is fun")); | Vowel Count operation, function named 'apply_vowel'. |
2,035 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "Rust is fun". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(handle_vowel("Rust is fun")); | Vowel Count operation, function named 'handle_vowel'. |
2,036 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "level". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(execute_vowel("level")); | Vowel Count operation, function named 'execute_vowel'. |
2,037 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "level". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(compute_vowel("level")); | Vowel Count operation, function named 'compute_vowel'. |
2,038 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "OpenAI Claude". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(compute_vowel("OpenAI Claude")); | Vowel Count operation, function named 'compute_vowel'. |
2,039 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "OpenAI Claude". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(execute_vowel("OpenAI Claude")); | Vowel Count operation, function named 'execute_vowel'. |
2,040 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "was it a car or a cat i saw". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(execute_vowel("was it a car or a cat i saw")); | Vowel Count operation, function named 'execute_vowel'. |
2,041 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "noon". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(apply_vowel("noon")); | Vowel Count operation, function named 'apply_vowel'. |
2,042 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "data science". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(handle_vowel("data science")); | Vowel Count operation, function named 'handle_vowel'. |
2,043 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "data science". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(perform_vowel("data science")); | Vowel Count operation, function named 'perform_vowel'. |
2,044 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "step on no pets". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(apply_vowel("step on no pets")); | Vowel Count operation, function named 'apply_vowel'. |
2,045 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "step on no pets". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(process_vowel("step on no pets")); | Vowel Count operation, function named 'process_vowel'. |
2,046 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "coding". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(compute_vowel("coding")); | Vowel Count operation, function named 'compute_vowel'. |
2,047 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "coding". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(execute_vowel("coding")); | Vowel Count operation, function named 'execute_vowel'. |
2,048 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "madam im adam". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(run_vowel("madam im adam")); | Vowel Count operation, function named 'run_vowel'. |
2,049 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "madam im adam". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(handle_vowel("madam im adam")); | Vowel Count operation, function named 'handle_vowel'. |
2,050 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "kayak". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(apply_vowel("kayak")); | Vowel Count operation, function named 'apply_vowel'. |
2,051 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "kayak". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(run_vowel("kayak")); | Vowel Count operation, function named 'run_vowel'. |
2,052 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "the quick brown fox". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(compute_vowel("the quick brown fox")); | Vowel Count operation, function named 'compute_vowel'. |
2,053 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "the quick brown fox". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(perform_vowel("the quick brown fox")); | Vowel Count operation, function named 'perform_vowel'. |
2,054 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "civic". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(perform_vowel("civic")); | Vowel Count operation, function named 'perform_vowel'. |
2,055 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "civic". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(apply_vowel("civic")); | Vowel Count operation, function named 'apply_vowel'. |
2,056 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "never odd or even". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(handle_vowel("never odd or even")); | Vowel Count operation, function named 'handle_vowel'. |
2,057 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "never odd or even". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(compute_vowel("never odd or even")); | Vowel Count operation, function named 'compute_vowel'. |
2,058 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "python programming". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(execute_vowel("python programming")); | Vowel Count operation, function named 'execute_vowel'. |
2,059 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "python programming". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(perform_vowel("python programming")); | Vowel Count operation, function named 'perform_vowel'. |
2,060 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "deified". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(process_vowel("deified")); | Vowel Count operation, function named 'process_vowel'. |
2,061 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "deified". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(execute_vowel("deified")); | Vowel Count operation, function named 'execute_vowel'. |
2,062 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "algorithms and data structures". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(run_vowel("algorithms and data structures")); | Vowel Count operation, function named 'run_vowel'. |
2,063 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "algorithms and data structures". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(handle_vowel("algorithms and data structures")); | Vowel Count operation, function named 'handle_vowel'. |
2,064 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "rotor". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(perform_vowel("rotor")); | Vowel Count operation, function named 'perform_vowel'. |
2,065 | JavaScript | String Manipulation | intermediate | Perform 'vowel count' on the string "rotor". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
console.log(compute_vowel("rotor")); | Vowel Count operation, function named 'compute_vowel'. |
2,066 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "racecar". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("racecar")); | Vowel Count operation, function named 'compute_vowel'. |
2,067 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "racecar". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { process_vowel };
console.log(process_vowel("racecar")); | Vowel Count operation, function named 'process_vowel'. |
2,068 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "hello world". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { run_vowel };
console.log(run_vowel("hello world")); | Vowel Count operation, function named 'run_vowel'. |
2,069 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "hello world". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { handle_vowel };
console.log(handle_vowel("hello world")); | Vowel Count operation, function named 'handle_vowel'. |
2,070 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "A man a plan a canal Panama". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { process_vowel };
console.log(process_vowel("A man a plan a canal Panama")); | Vowel Count operation, function named 'process_vowel'. |
2,071 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "A man a plan a canal Panama". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { apply_vowel };
console.log(apply_vowel("A man a plan a canal Panama")); | Vowel Count operation, function named 'apply_vowel'. |
2,072 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "Rust is fun". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { run_vowel };
console.log(run_vowel("Rust is fun")); | Vowel Count operation, function named 'run_vowel'. |
2,073 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "Rust is fun". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { perform_vowel };
console.log(perform_vowel("Rust is fun")); | Vowel Count operation, function named 'perform_vowel'. |
2,074 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "level". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { handle_vowel };
console.log(handle_vowel("level")); | Vowel Count operation, function named 'handle_vowel'. |
2,075 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "level". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("level")); | Vowel Count operation, function named 'compute_vowel'. |
2,076 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "OpenAI Claude". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("OpenAI Claude")); | Vowel Count operation, function named 'compute_vowel'. |
2,077 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "OpenAI Claude". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { run_vowel };
console.log(run_vowel("OpenAI Claude")); | Vowel Count operation, function named 'run_vowel'. |
2,078 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "was it a car or a cat i saw". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { execute_vowel };
console.log(execute_vowel("was it a car or a cat i saw")); | Vowel Count operation, function named 'execute_vowel'. |
2,079 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "was it a car or a cat i saw". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { apply_vowel };
console.log(apply_vowel("was it a car or a cat i saw")); | Vowel Count operation, function named 'apply_vowel'. |
2,080 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "noon". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { perform_vowel };
console.log(perform_vowel("noon")); | Vowel Count operation, function named 'perform_vowel'. |
2,081 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "noon". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("noon")); | Vowel Count operation, function named 'compute_vowel'. |
2,082 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "data science". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { process_vowel };
console.log(process_vowel("data science")); | Vowel Count operation, function named 'process_vowel'. |
2,083 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "data science". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { handle_vowel };
console.log(handle_vowel("data science")); | Vowel Count operation, function named 'handle_vowel'. |
2,084 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "step on no pets". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { handle_vowel };
console.log(handle_vowel("step on no pets")); | Vowel Count operation, function named 'handle_vowel'. |
2,085 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "step on no pets". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { process_vowel };
console.log(process_vowel("step on no pets")); | Vowel Count operation, function named 'process_vowel'. |
2,086 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "coding". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { perform_vowel };
console.log(perform_vowel("coding")); | Vowel Count operation, function named 'perform_vowel'. |
2,087 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "coding". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("coding")); | Vowel Count operation, function named 'compute_vowel'. |
2,088 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "madam im adam". | function handle_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { handle_vowel };
console.log(handle_vowel("madam im adam")); | Vowel Count operation, function named 'handle_vowel'. |
2,089 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "madam im adam". | function process_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { process_vowel };
console.log(process_vowel("madam im adam")); | Vowel Count operation, function named 'process_vowel'. |
2,090 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "kayak". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { execute_vowel };
console.log(execute_vowel("kayak")); | Vowel Count operation, function named 'execute_vowel'. |
2,091 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "kayak". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("kayak")); | Vowel Count operation, function named 'compute_vowel'. |
2,092 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "the quick brown fox". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { perform_vowel };
console.log(perform_vowel("the quick brown fox")); | Vowel Count operation, function named 'perform_vowel'. |
2,093 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "civic". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { execute_vowel };
console.log(execute_vowel("civic")); | Vowel Count operation, function named 'execute_vowel'. |
2,094 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "civic". | function apply_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { apply_vowel };
console.log(apply_vowel("civic")); | Vowel Count operation, function named 'apply_vowel'. |
2,095 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "never odd or even". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { run_vowel };
console.log(run_vowel("never odd or even")); | Vowel Count operation, function named 'run_vowel'. |
2,096 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "never odd or even". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { execute_vowel };
console.log(execute_vowel("never odd or even")); | Vowel Count operation, function named 'execute_vowel'. |
2,097 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "python programming". | function run_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { run_vowel };
console.log(run_vowel("python programming")); | Vowel Count operation, function named 'run_vowel'. |
2,098 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "python programming". | function perform_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { perform_vowel };
console.log(perform_vowel("python programming")); | Vowel Count operation, function named 'perform_vowel'. |
2,099 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "deified". | function execute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { execute_vowel };
console.log(execute_vowel("deified")); | Vowel Count operation, function named 'execute_vowel'. |
2,100 | Node.js | String Manipulation | intermediate | Perform 'vowel count' on the string "deified". | function compute_vowel(s) {
return [...s.toLowerCase()].filter(c => "aeiou".includes(c)).length;
}
module.exports = { compute_vowel };
console.log(compute_vowel("deified")); | Vowel Count operation, function named 'compute_vowel'. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.