Write a function that takes a number and returns a number that is both GREATER and a PALINDROME.
Example
nextPalindrome(104) => 111
nextPalindrome(91) => 99
nextPalindrome(146703) => 147741
| /// | |
| /// Map deep get | |
| /// | |
| /// @author Kitty Giraudel | |
| /// @access public | |
| /// @param {Map} $map - Map | |
| /// @param {Arglist} $keys - Key chain | |
| /// | |
| /// @return {*} - Desired value | |
| /// |
| /* | |
| Prompt: write a function that takes a number and returns a number that is both GREATER and a PALINDROME. | |
| Ex. | |
| nextPalindrome(104) => 111 | |
| nextPalindrome(91) => 99 | |
| nextPalindrome(146703) => 147741 | |
| */ | |
| const nextPalindrome = (num) => { } |
| import "intersection-observer"; | |
| import React, { Component } from "react"; | |
| const styles = { | |
| 'width': '400px', | |
| 'minHeight': '200px', | |
| 'marginBottom': '20px' | |
| } | |
| class Image extends Component { |
| javascript: (function() { | |
| var e = document.getElementById("pull-request-description"); | |
| if (e) { | |
| if (e.value) { | |
| e.value += "\n\n"; | |
| } | |
| e.value += | |
| " #### What does this PR do?\n\n #### Any background context you want to provide?\n\n #### Where should the reviewer start?\n\n #### How should this be manually tested?\n\n #### Additional information or screenshots\n\n "; | |
| } | |
| })(); |
| <pre style="font: 10px/5px monospace;">````````````````..,,,``.....`````````````.......````````````````````````................```````````````````````````````````````````````````````````````````````````````,...````````````````````````````` | |
| ``````````````..,,,``....```````````````......```````````````````````````............``````````````````````````````````````````````````````````````````````````````````.....```````````````````````````` | |
| `````````````..,,```...``````````````.......``````````````````````````````......```````````````````````````````````````````````````````````````````````````````````````.,...```````````````````````````` | |
| ```````````...,.```.`.`````````````.......``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````,..,```````````````````````````` | |
| ``````````...,``````````````````........````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````,...````````` |
| <pre style="font: 10px/5px monospace;">````````````````..,,,``.....`````````````.......````````````````````````................```````````````````````````````````````````````````````````````````````````````,...````````````````````````````` | |
| ``````````````..,,,``....```````````````......```````````````````````````............``````````````````````````````````````````````````````````````````````````````````.....```````````````````````````` | |
| `````````````..,,```...``````````````.......``````````````````````````````......```````````````````````````````````````````````````````````````````````````````````````.,...```````````````````````````` | |
| ```````````...,.```.`.`````````````.......``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````,..,```````````````````````````` | |
| ``````````...,``````````````````........````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````,...````````` |
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $base-spacing-unit: 20px !default; | |
| @mixin spacing($spacing, $spacing-unit) { | |
| $directions: top right bottom left; | |
| $sizes: (tiny: $spacing-unit / 4, small: $spacing-unit / 2, large: $spacing-unit * 2, huge: $spacing-unit * 4); | |
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| //// | |
| /// @author Web Team at Canonical Ltd | |
| /// @link http://ubuntudesign.github.io/vanilla-framework/docs/#mixin-vf-forms | |
| /// @since 0.0.3 | |
| //// |
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $base-spacing-unit: 20px !default; | |
| @mixin spacing($spacing, $spacing-unit) { | |
| $directions: top right bottom left horizontal vertical none; | |
| $sizes: (tiny: $spacing-unit/4, small: $spacing-unit/2, large: $spacing-unit*2, huge: $spacing-unit*4); | |