![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
interview-questions
Advanced tools
A CLI tool for generating interview questions by difficulty level and quantity, with support for multiple output formats including text, JSON, and arrays.
Welcome to the Interview Questions CLI, a powerful tool designed for users learning JavaScript and practicing coding every day. This repository provides a collection of interview questions categorized by difficulty level, allowing you to learn and improve your skills anytime, directly from your terminal.
basic
, intermediate
, or advanced
—to match your skill level.text
for direct display in the terminal.array
or json
for use in your projects or further study.Run the CLI using the following command:
npx interview-questions [options]
Option | Description | Example |
---|---|---|
--filter | Filter questions by type (all , top ). Default is all . | --filter top |
--amount | Number of questions to retrieve (for top filter). | --amount 5 |
--level | Filter by difficulty level (basic , intermediate , advanced ). | --level basic |
--theme | Filter by difficulty level | --theme es6 |
( closures , storage , es6 , classes | ||
database ... and other 203 themes). | ||
--format | Output format (text , array , json ). Default is text . | --format json |
Retrieve all questions:
npx interview-questions --filter all
Get the top 5 basic-level questions in JSON format:
npx interview-questions --filter --top 5 --level basic --format json
Get all questions:
npx interview-questions
npx interview-questions --filter --top 5 --level basic
This repository is perfect for:
cd helpers
node generateTextLesson.js ../question.json
MIT License
Copyright (c) 2024 Vitalii Semianchuk
This project is licensed under the MIT License. See the LICENSE
file for details.
FAQs
A CLI tool for generating interview questions by difficulty level and quantity, with support for multiple output formats including text, JSON, and arrays.
The npm package interview-questions receives a total of 220 weekly downloads. As such, interview-questions popularity was classified as not popular.
We found that interview-questions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.