# js-fundamentals-dan

> Training js Fundamentals

Latest version **1.0.1** (published 2023-12-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install js-fundamentals-dan
pnpm add js-fundamentals-dan
yarn add js-fundamentals-dan
bun add js-fundamentals-dan
```

Provides the command `cypher`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-12-16 |
| First published | 2023-12-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 65.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Dan Williams |
| Maintainers | dannz89 |

## Links

- npm: https://www.npmjs.com/package/js-fundamentals-dan
- Repository: https://github.com/digital-futures-academy/js-fundamentals
- Homepage: https://github.com/digital-futures-academy/js-fundamentals#readme
- Issues: https://github.com/digital-futures-academy/js-fundamentals/issues
- npm.io page: https://npm.io/package/js-fundamentals-dan

## Dependencies (1)

- [yargs](https://npm.io/package/yargs.md) ^17.7.2

## Recent versions

- 1.0.1 (latest) — 2023-12-16
- 1.0.0 — 2023-12-16

## README

# JS Fun-damentals

## Note: published to NPM as js-fundamentals-dan

## Quickstart

1. **Fork** this repository (important)
2. **Clone** it to your machine

```sh
$ git clone git@github.com:digital-futures-academy/js-fundamentals.git
$ cd js-fundamentals
```
3. Complete the first challenge!
4. For each successive challenge, add files in the `src` directory.
5. **Stage** your changes `git add <path to file>`
6. **commit** your changes `git commit -m <commit message>`
7. Then **push** your changes to your forked repository `git push origin main`
8. [Open a PR](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) back to this repository

NB: Only open 1 Pull Request. Give your PR a title that is your first name and last name. Your PR will automatically update as you push more work to your repository - so you should only ever need to have 1 PR for all the work you do for these exercises.

Then repeat steps 4-6 for each challenge!

The directory `challenges` holds files challenges 1-11, named accordingly. The directory `src` is currently mostly empty - this is where you should add files with the implementation of each challenge. Sometimes you might need to copy paste your previous challenge so you can extend it. Therefore there should be a `src` file for every challenge file. Eg: `challenges/challenge3.md` and `src/challenge3.js`.

---
_Source: https://npm.io/package/js-fundamentals-dan · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
