Skip to content

Commit

Permalink
unchange import function (#692)
Browse files Browse the repository at this point in the history
* Revert "Revert "unchange import function""

* Update index.js
  • Loading branch information
dzencot committed Oct 27, 2022
1 parent 17f3e72 commit b563b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/45-logic/28-logical-negation/index.js
@@ -1,5 +1,6 @@
// Функция reverse() написана нами специально для наших упражнений
import { reverse } from '../../../src/hexlet/string.js';
// В ней используются механики, которые еще не изучались
const reverse = (s) => s.split('').reverse().join('');

// BEGIN
const isPalindrome = (word) => {
Expand Down

0 comments on commit b563b53

Please sign in to comment.