Skip to content

πŸš€JS coding assessments are a great way to evaluate coding skills and knowledge. They help assess a candidate's ability to write clean and efficient JS code to solve various programming challenges. These assessments provide valuable insights into a candidate's problem-solving skills and their familiarity with JS best practices.

License

Notifications You must be signed in to change notification settings

james-gates-0212/js-assessments

Repository files navigation

Hits GitHub forks GitHub Discussions GitHub Issues GitHub License GitHub Repo stars GitHub top language GitHub repo file or directory count GitHub code size in bytes GitHub repo size GitHub Release GitHub Tag

Auto Assign CodeQL Proof HTML

JavaScript Assessments

JavaScript coding assessments are a great way to evaluate coding skills and knowledge. They help assess a candidate's ability to write clean and efficient JavaScript code to solve various programming challenges. These assessments typically cover topics like data types, control flow, functions, arrays, objects, and more. They provide valuable insights into a candidate's problem-solving skills and their familiarity with JavaScript best practices. If you have any questions or need assistance with JavaScript coding assessments, feel free to ask!

Table of contents

Environment

  • node 18.x or later
  • yarn 1.x or later
  • npm 8.x or later

Install npm packages

npm i -g yarn
yarn

Lint

yarn lint

Prettier

prettier --write ./
# if you couldn't run above command line, it would work after run this...
npm i -g prettier

Git commit

Please use Conventional Commits for your commits.

e.g.

<type>[scope]: <subject>
[body]
[footer]

Types

type should be one of belows.

add
adopt
apply
build
chore
config
docs
feat
fix
init
refactor
remove
style

Subject

subject should include one of emojis as belows.

♻️ ⚑️ βœ… ✏️ ✨ ❀️ ⬆️ ⬇️ ⭐️ 🌈 🎁 πŸŽ‰ πŸ† 🐞 πŸ‘Œ πŸ““ πŸ“ πŸ“¦ πŸ”€ πŸ”– πŸš€ 🚧 🚨 πŸ› οΈ

About

πŸš€JS coding assessments are a great way to evaluate coding skills and knowledge. They help assess a candidate's ability to write clean and efficient JS code to solve various programming challenges. These assessments provide valuable insights into a candidate's problem-solving skills and their familiarity with JS best practices.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published