Project Update (project-one )

Project Update (project-one )

My latest Commit : Project Update

ยท

1 min read

Commit Details : ๐Ÿ‘‡

  • SHA: 415e1a7cf77a755ff6b36d0dc45c57d7fc6b73b6
  • Message: Project Update
  • Committer: rajeshkhadka
  • Date: 2024-02-01T20:14:30Z

Repository Details : ๐Ÿ‘‡

  • Repository Name: project-one
  • User Name: rajeshkhadka200
  • Branch: main

Changed Files : ๐Ÿ‘‡

0. Modified : api.js

  • Additions: 1
  • Deletions: 0
  • Changes: 1

    @@ -1,2 +1,3 @@
    let ports = 1000;
    let additionalPort = 5000;
    +let age = 20;
    

1. Modified : index.js

  • Additions: 0
  • Deletions: 2
  • Changes: 2

    @@ -3,5 +3,3 @@ const add = () => {
    };
    
    console.log(add());
    -console.log(add());
    -console.log(add());
    

ย