Skip to content

Commit

Permalink
add 7kuy
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanTymoshchuk committed Dec 29, 2023
1 parent 121d504 commit 7bb5a3e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
47 changes: 47 additions & 0 deletions 7kuy/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
48 changes: 1 addition & 47 deletions 8kuy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,50 +64,4 @@ function DNAtoRNA(dna) {
// console.log(DNAtoRNA("GCAT"));
// console.log(DNAtoRNA("GACCGCCGCC"));

//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------
//---------------------------------

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<title>Training Codewars</title>
</head>
<body>
<script type="module" src="./8kuy/index.js"></script>
<script type="module" src="./7kuy/index.js"></script>
</body>
</html>

0 comments on commit 7bb5a3e

Please sign in to comment.