Skip to content

kaneeza-batool/js-string-methods-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript String Methods with DOM

Description

This is a practice project to learn JavaScript string methods and DOM manipulation. Users can input a string and see transformations such as:

  • Uppercase
  • Lowercase
  • First character
  • Checking for "hello"
  • Slicing the first 5 characters
  • Replacing characters
  • Splitting words into an array

The results are displayed dynamically on the webpage using DOM queries. The project also includes basic CSS styling for a better user experience.

Files

  • index.html — HTML structure
  • style.css — CSS for styling
  • script1.js — JavaScript for string manipulation and DOM interaction

About

Practice project for JavaScript string methods with DOM and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors