Skip to content

Latest commit

 

History

History
129 lines (105 loc) · 4.05 KB

README.md

File metadata and controls

129 lines (105 loc) · 4.05 KB

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.

♻️ ⚡️ ✅ ✏️ ✨ ❤️ ⬆️ ⬇️ ⭐️ 🌈 🎁 🎉 🏆 🐞 👌 📓 📝 📦 🔀 🔖 🚀 🚧 🚨 🛠️