# helloworldrainer

> write hello world in console

Latest version **0.1.0** (published 2017-11-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install helloworldrainer
pnpm add helloworldrainer
yarn add helloworldrainer
bun add helloworldrainer
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-11-29 |
| First published | 2017-11-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Rainer Regan |
| Maintainers | rainerregan |

## Links

- npm: https://www.npmjs.com/package/helloworldrainer
- Repository: https://github.com/rainerregan/mypluralize
- Homepage: https://github.com/rainerregan/mypluralize#readme
- Issues: https://github.com/rainerregan/mypluralize/issues
- npm.io page: https://npm.io/package/helloworldrainer

## Recent versions

- 0.1.0 (latest) — 2017-11-29

## README

# Writing Hello World in console using node.js:
Write Hello World in node.js

in my code, i write console.log() method,

# Function of console.log() method.

console.log() method used for printing some text in the console.

example:

when i write code like this:

`console.log('Hello Sugar Labs team.....');`

-Save it somewhere with .js extension.
-Run CMD.
-And change the directory using "cd" command to your local project folder.
-And type command like `'node YOURFILENAME.js'`.
-Press enter.
-You will see `"Hello Sugar Labs team....."` in your console.

# Writing with string variable

You can change the words with string too.

ex:
``
var name = Rainer;
console.log('Hello ' + name);
``

and run cmd again,
you will see "Hello Rainer" in your console.

Thats's all for the `console.log()` method.

Thanks for reviewing.

Regards.

Rainer A. Regan.

New Developer in the future :D.

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