Skip to content

Commit 05bb830

Browse files
Merge pull request #14 from james-gates-0212/13-update-readme-description
Update README.md
2 parents b4d2a43 + 2401e2c commit 05bb830

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
# JavaScript Assessments
2-
3-
Here are JavaScript Assessments. I hope it could helps you and your works.
4-
5-
## Repository Status
1+
![GitHub forks](https://img.shields.io/github/forks/james-gates-0212/js-assessments?style=flat)
2+
![GitHub Discussions](https://img.shields.io/github/discussions/james-gates-0212/js-assessments)
3+
![GitHub Issues](https://img.shields.io/github/issues/james-gates-0212/js-assessments)
4+
![GitHub License](https://img.shields.io/github/license/james-gates-0212/js-assessments)
5+
![GitHub Repo stars](https://img.shields.io/github/stars/james-gates-0212/js-assessments?style=flat)
6+
![GitHub top language](https://img.shields.io/github/languages/top/james-gates-0212/js-assessments)
7+
![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/james-gates-0212/js-assessments)
8+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/james-gates-0212/js-assessments)
9+
![GitHub repo size](https://img.shields.io/github/repo-size/james-gates-0212/js-assessments)
10+
![GitHub Release](https://img.shields.io/github/v/release/james-gates-0212/js-assessments)
11+
![GitHub Tag](https://img.shields.io/github/v/tag/james-gates-0212/js-assessments)
612

713
[![Auto Assign](https://github.com/james-gates-0212/js-assessments/actions/workflows/auto-assign.yml/badge.svg)](https://github.com/james-gates-0212/js-assessments/actions/workflows/auto-assign.yml)
814
[![CodeQL](https://github.com/james-gates-0212/js-assessments/actions/workflows/codeql.yml/badge.svg)](https://github.com/james-gates-0212/js-assessments/actions/workflows/codeql.yml)
915
[![Proof HTML](https://github.com/james-gates-0212/js-assessments/actions/workflows/proof-html.yml/badge.svg)](https://github.com/james-gates-0212/js-assessments/actions/workflows/proof-html.yml)
1016

17+
# JavaScript Assessments
18+
19+
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!
20+
1121
## Table of contents
1222

1323
- [Bracket Combinations](bracket-combinations)

0 commit comments

Comments
 (0)