Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

JavascriptSamples

Javascript samples and demo html file to help you.

Extension Methods (string)

  • IsFilled(), returns true if string length is greater than zero.
  • IsEmpty(), returns true if not filled i.e. string length is zero or undefined.
  • Format(), to format the string like below example
"This is {0} {1} attempt. I hope {2} will explore".Format('my','first', 'you')
Output:
This is my first attempt. I hope you will explore

About

Javascript samples

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages