Skip to content

CounterLetters is a simple JavaScript library that counts the number of letters in a given string.

License

Notifications You must be signed in to change notification settings

valeshera11/Counterletteryeni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CounterLetters

English

Description

CounterLetters is a simple JavaScript library that counts the number of letters in a given string.

Installation

To install CounterLettersyeni, run the following command:

npm install counterletters

Usage

import CounterLettersyeni from 'counterlettersyeni';
/* or 
const CounterLetters = require('counterletterx'); */


const count = CounterLettersyeni('Hello, world!');
console.log(count);  // Outputs: 13

********************

Türkçe

Açıklama

CounterLettersyeni, verilen bir stringdeki harf sayısını sayan basit bir JavaScript kütüphanesidir.

Kurulum

CounterLettersyeni'ı kurmak için aşağıdaki komutu çalıştırın:

npm install counterletters

Kullanım

CounterLetters'ın nasıl kullanılacağına dair basit bir örnek:

import CounterLetters from 'counterletters';
/* or 
const CounterLetters = require('counterletterx'); */

const count = CounterLetters('Hello, world!');
console.log(count);  // Outputs: 13

About

CounterLetters is a simple JavaScript library that counts the number of letters in a given string.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published